API für [CN]Neo Breach Legacy GRU先遣服|送VIP Q群:641420278
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "85568392936352090",
"domain": null,
"id": 11708203,
"ip": "202.189.9.244",
"port": 12345,
"query": 12345,
"project_id": null,
"color": 0,
"city": "Beijing",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780875791,
"last_online": 1780851051,
"icon": null,
"name": "[CN]Neo Breach Legacy GRU先遣服|送VIP Q群:641420278",
"connect": "202.189.9.244:12345",
"request": "202.189.9.244:12345",
"map": "gru_sitedatadeletion_002",
"gamemode": "CNGmod:SCP集合社区",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 72,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780262843,
"last_update": 1780875791,
"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": 5516,
"language": "zh",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11708203");
$data = json_decode($json, true);
var_dump($data);