№ 1 ZERO ZONE 1 - x1 / 22.05.26 Wipe 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90286495228816406",
"domain": null,
"id": 11645011,
"ip": "89.109.41.254",
"port": 28111,
"query": 28112,
"color": 0,
"city": "Nizhniy Novgorod",
"description": "\nCEPBEP - ZERO ZONE 1: _ connect 1.rustzerozone.ru:28111 \r\n \r\n По техническим причинам плагины временно не работают\r\n \r\n \r\n Гpуппa BK - VK.com/RustZeroZone _ Гpуппa STEAM - RUST ''ZERO ZONE''\r\n WIPE CEPBEPA - 22.05.2026, следующий WIPE - 05.06.2026",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780593034,
"icon": null,
"name": "№ 1 ZERO ZONE 1 - x1 / 22.05.26 Wipe",
"connect": "89.109.41.254:28111",
"request": "89.109.41.254:28112",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177442,
"last_update": 1780593034,
"banned": false,
"wipe": 1779392980,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5429,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11645011");
$data = json_decode($json, true);
var_dump($data);