API для 🥭申必の果茶店[Coop②战役地图]丨Q群:920655299
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392936525143",
"domain": null,
"id": 11992929,
"ip": "202.189.22.127",
"port": 27019,
"query": 27019,
"project_id": null,
"color": 0,
"city": "Beijing",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1786806444,
"last_online": 1787021974,
"icon": null,
"name": "🥭申必の果茶店[Coop②战役地图]丨Q群:920655299",
"connect": "202.189.22.127:27019",
"request": "202.189.22.127:27019",
"map": "syn_trials4d",
"gamemode": "恐怖地图&战役地图模式",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1783799546,
"last_update": 1787021974,
"ban_reason": null,
"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": 1291,
"language": "zh",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11992929");
$data = json_decode($json, true);
var_dump($data);