Space Engineers
KGC-Test için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10879282json
{
"response": {
"steam_id": "90284390857016333",
"domain": null,
"id": 10879282,
"ip": "67.168.85.101",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Olympia",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1774697547,
"score": 0,
"last_online": 1776463879,
"icon": null,
"name": "KGC-Test",
"connect": "67.168.85.101:27016",
"request": "67.168.85.101:27016",
"map": "Star System 2025-08-16 20:02 -",
"gamemode": "Space Engineers",
"version": "1206032",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768319556,
"last_update": 1776463879,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1440,
"language": "en",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10879282");
$data = json_decode($json, true);
var_dump($data);