API для [CN]罗德岛 僵尸生存 [萌新大礼包+萌新武器]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": 255,
"product": "garrysmod",
"gametype": "gm:zombiesurvival loc:cn ver:260508",
"dedicated": true,
"steam_id": "85568392923058882",
"domain": null,
"id": 12058177,
"ip": "103.91.211.214",
"port": 27099,
"query": 27099,
"project_id": null,
"color": 0,
"city": "Jinan",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1786975023,
"last_online": 1787020281,
"icon": null,
"name": "[CN]罗德岛 僵尸生存 [萌新大礼包+萌新武器]",
"connect": "103.91.211.214:27099",
"request": "103.91.211.214:27099",
"map": "zs_67thway_fram_v5",
"gamemode": null,
"version": "2026.04.29",
"numplayers": 54,
"maxplayers": 127,
"bots": 1,
"secured": true,
"private": null,
"country": "CN",
"status": true,
"votes": 0,
"points": 75,
"add_date": 1783800156,
"last_update": 1787020281,
"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": 71,
"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/12058177");
$data = json_decode($json, true);
var_dump($data);