API для [CN]纯净经典专家|可复活|QQ群488061138
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286416610560029",
"domain": null,
"id": 11638612,
"ip": "118.24.127.3",
"port": 27019,
"query": 27019,
"color": 0,
"city": "Chengdu",
"description": null,
"game": 238430,
"owner": null,
"boosts": 1,
"last_offline": 1780084367,
"last_online": 1780209791,
"icon": null,
"name": "[CN]纯净经典专家|可复活|QQ群488061138",
"connect": "118.24.127.3:27019",
"request": "118.24.127.3:27019",
"map": "ce_downtown_01",
"gamemode": "Contagion 2.3.0.1.7",
"version": "2.3.0.1.7",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779917318,
"last_update": 1780209791,
"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": 26,
"language": "zh",
"parked": false,
"app": {
"id": 68,
"steam_id": 238430,
"name": "Contagion",
"url": "contagion"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11638612");
$data = json_decode($json, true);
var_dump($data);