API для Rebel Rust Classic [Россия | Nolimit]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 179,
"fps_avg": 166,
"entities_count": 65399,
"world_seed": 1,
"world_size": 3500,
"steam_id": "90286581699888147",
"domain": null,
"id": 8158176,
"ip": "185.189.255.84",
"port": 35800,
"query": 35810,
"color": 0,
"city": "Moscow",
"description": "![Rebel Rust Classic [Россия | Nolimit]](https://gspics.org/images/2025/04/27/IBdfPn.png)\nВанилла\r\nВайп карты раз в неделю\r\nВайп изучений раз в 2 недели\r\nКастомная карта 3500 с ЖД\r\nВ сейф зонах добавлены:\r\nперерабы\r\nмаркетплейсы\r\nНПЗ\r\nОбъединены аванпост и бандитка\r\nСодержание шкафа снижено на 50%",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780546460,
"last_online": 1780596630,
"icon": null,
"name": "Rebel Rust Classic [Россия | Nolimit]",
"connect": "185.189.255.84:35800",
"request": "185.189.255.84:35810",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1742011519,
"last_update": 1780596630,
"banned": false,
"wipe": 1780135200,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2382,
"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/8158176");
$data = json_decode($json, true);
var_dump($data);