API для [CN]Neo Breach Legacy GRU正式服|QQ群:641420278
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": 255,
"product": "garrysmod",
"gametype": "gm:scp_plus+ loc:cn ver:260508",
"dedicated": true,
"steam_id": "85568392935618382",
"domain": null,
"id": 11992932,
"ip": "103.40.14.149",
"port": 50141,
"query": 50141,
"project_id": null,
"color": 0,
"city": "Wuxi",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1787005275,
"last_online": 1787022084,
"icon": null,
"name": "[CN]Neo Breach Legacy GRU正式服|QQ群:641420278",
"connect": "103.40.14.149:50141",
"request": "103.40.14.149:50141",
"map": "gru_sitedatadeletion_qc",
"gamemode": "CNGmod:SCP集合社区",
"version": "2026.04.29",
"numplayers": 15,
"maxplayers": 72,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 45,
"add_date": 1783799546,
"last_update": 1787022084,
"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": 468,
"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/11992932");
$data = json_decode($json, true);
var_dump($data);