Rust
API для PVP BroGames 7.05.2026
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7468619json
{
"response": {
"fps": 123,
"fps_avg": 119,
"entities_count": 106820,
"world_seed": 283477931,
"world_size": 4250,
"steam_id": "90285706680950784",
"domain": null,
"id": 7468619,
"ip": "185.189.255.161",
"port": 35600,
"query": 35610,
"color": 0,
"city": "Moscow",
"description": "\nВ активной разработке, но уже играбелен!\r\nМы усердно работаем над улучшением\r\nи добавлением новых функций.\r\nВозможны временные недоработки, но вы уже можете присоединиться,\r\nопробовать геймплей и помочь нам с тестированием.\r\nВаши отзывы бесценны!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778680981,
"score": 0,
"last_online": 1778714423,
"icon": null,
"name": "PVP BroGames 7.05.2026",
"connect": "185.189.255.161:35600",
"request": "185.189.255.161:35610",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739234844,
"last_update": 1778714423,
"banned": false,
"wipe": 1778181491,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3064,
"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/7468619");
$data = json_decode($json, true);
var_dump($data);