API для Trophy Hunter PVP X1000000 [BATTLEFIELD]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 231,
"fps_avg": 231,
"entities_count": 46734,
"world_seed": 328098675,
"world_size": 3000,
"steam_id": "90286732374509573",
"domain": null,
"id": 9884720,
"ip": "185.189.255.198",
"port": 35201,
"query": 35202,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "![Trophy Hunter PVP X1000000 [BATTLEFIELD]](https://pic.survivalhost.org/images/2026/01/09/0ND8R8.jpg)\nЭКСКЛЮЗИВНЫЕ УСЛОВИЯ НА НАШЕМ СЕРВЕРЕ\r\nТОЛЬКО У НАС – УНИКАЛЬНЫЙ ГЕЙМПЛЕЙ!\r\n Максимум 15 игроков в команде – стройте мощные альянсы!\r\nБЕЗУМНЫЕ БОНУСЫ\r\n Добыча ресурсов х1.000.000!\r\n Премиальные КИТ-наборы.\r\n Все рецепты изучены – никаких ограничений.\r\n Мгновенный крафт – создавайте без ожидания.\r\nКАСТОМИЗАЦИЯ\r\n Скины последней коллекции.\r\n Сохранение СЕТов и раскладки – ваши настройки всегда с вами",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780774465,
"last_online": 1780929030,
"icon": null,
"name": "Trophy Hunter PVP X1000000 [BATTLEFIELD]",
"connect": "185.189.255.198:35201",
"request": "185.189.255.198:35202",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1753696329,
"last_update": 1780929030,
"banned": false,
"wipe": 1780595540,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3804,
"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.ru/servers/9884720");
$data = json_decode($json, true);
var_dump($data);