[RU] HYPERRUST | ДЛЯ НОВИЧКОВ | X2 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 81,
"fps_avg": 82,
"entities_count": 79343,
"world_seed": 848354386,
"world_size": 4000,
"steam_id": "90286736300133397",
"domain": null,
"id": 11127085,
"ip": "185.189.255.246",
"port": 35500,
"query": 35510,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "![[RU] HYPERRUST | ДЛЯ НОВИЧКОВ | X2](https://pic.survivalhost.org/images/2026/04/19/baner-2.png)\nКлассический сервер Х2, идеально подходит для НОВИЧКОВ \r\n → Мы за комфортное выживание \r\n → Добавлены переработчики в рыбацких деревнях \r\n → Лимит участников в команде: 5 \r\n → Стирание карты раз в 2 недели \r\n → Печки ускорены на 40%, стаки x2 \r\n → Размер карты 4000 \r\n → Вайп был: 04.06 Следующий вайп: 18.06",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780956027,
"icon": null,
"name": "[RU] HYPERRUST | ДЛЯ НОВИЧКОВ | X2",
"connect": "185.189.255.246:35500",
"request": "185.189.255.246:35510",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1770294433,
"last_update": 1780956027,
"banned": false,
"wipe": 1780595717,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2527,
"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/11127085");
$data = json_decode($json, true);
var_dump($data);