Rust
API for Trophy Hunter PVP X1000000 [BATTLEFIELD]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9884720json
{
"response": {
"fps": 215,
"fps_avg": 220,
"entities_count": 45223,
"world_seed": 328098675,
"world_size": 3000,
"steam_id": "90285187190037509",
"domain": null,
"id": 9884720,
"ip": "185.189.255.198",
"port": 35201,
"query": 35202,
"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": 1777590192,
"score": 0,
"last_online": 1777656021,
"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": "2623",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1753696329,
"last_update": 1777656021,
"banned": false,
"wipe": 1777570239,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2616,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9884720");
$data = json_decode($json, true);
var_dump($data);