API für Old Gits Gaming 1000x
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 10,
"fps_avg": 9,
"entities_count": 92922,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286582160824327",
"domain": null,
"id": 738571,
"ip": "125.236.211.240",
"port": 28037,
"query": 28035,
"color": 0,
"city": "Auckland",
"description": "\n* Last Wipe : 22-May-2026 | Next Wipe : 5-Jun-2026 (Forced)\r\n\r\n* 1000x\r\n* Custom Maps\r\n* Kits * Teleport * Minicopter\r\n* No workbenches or blueprints required to craft\r\n* No Radiation\r\n\r\n* Use /info for help/info",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780548267,
"last_online": 1780575644,
"icon": null,
"name": "Old Gits Gaming 1000x",
"connect": "125.236.211.240:28037",
"request": "125.236.211.240:28035",
"map": "OGG Custom Maps",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "NZ",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1675099320,
"last_update": 1780575644,
"banned": false,
"wipe": 1779395851,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2053,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/738571");
$data = json_decode($json, true);
var_dump($data);