API для ?????????QQ?744031051|2026.9.1
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286794697865241",
"domain": null,
"id": 11742130,
"ip": "175.178.60.216",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Guangzhou",
"description": "?????????QQ?744031051|2026.9.1",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1781013218,
"last_online": 1781034037,
"icon": null,
"name": "?????????QQ?744031051|2026.9.1",
"connect": "175.178.60.216:27015",
"request": "175.178.60.216:27015",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "41.78.19",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780439600,
"last_update": 1781034037,
"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": 3141,
"language": "zh",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11742130");
$data = json_decode($json, true);
var_dump($data);