API для BUNKER RUST | x2 | Railway Economy
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 89,
"fps_avg": 90,
"entities_count": 74191,
"world_seed": 1910481672,
"world_size": 4500,
"steam_id": "90289446748672028",
"domain": null,
"id": 11644695,
"ip": "91.206.30.117",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Kyiv",
"description": "\nЛаскаво просимо на BUNKER RUST — Vanilla+ x2 сервер, де залізнична економіка не окремий івент, а основа гри! \r\n\r\n• Режим: Vanilla+ (x2 збір ресурсів), без Pay2Win, без RPG-прокачок \r\n• Карта: 4500, оновлюється раз на 2 тижні \r\n• Blueprints: скидаються раз на місяць \r\n• Bunker Railway — власна залізнична економіка (бронепоїзд, вантажі, Train Yard), зараз проходить баланс і тести на Labs \r\n• Спецвагони на залізниці — лут у рази цінніший за звичайний фарм, ризикуй і забирай більше \r\n• Founder Pack — обмежена пропозиція, доступна лише зараз, у Labs-сезоні \r\n• Discord: https://discord.gg/rbsuUUkDMY \r\n\r\n Приєднуйся зараз — стань частиною ядра спільноти з першого дня, поки ми будуємо це разом! \r\n\r\n---\r\n\r\n Welcome to BUNKER RUST — a Vanilla+ x2 server, where the railway economy isn't a side event, it's the core of the game! \r\n\r\n• Mode: Vanilla+ (x2 gather rate), no Pay2Win, no RPG grind \r\n• Map: 4500, wiped every 2 weeks \r\n• Blueprints: wiped monthly \r\n• Bunker Railway — our custom armored train economy (cargo, Train Yard raids), currently in balance testing on Labs \r\n• Special cargo wagons — loot worth far more than regular farming, take the risk, take the reward \r\n• Founder Pack — a limited offer, available only during this Labs season \r\n• Discord: https://discord.gg/rbsuUUkDMY \r\n\r\n Join now and become part of the core community from day one, while we build this together!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1784768819,
"last_online": 1784847081,
"icon": null,
"name": "BUNKER RUST | x2 | Railway Economy",
"connect": "91.206.30.117:28015",
"request": "91.206.30.117:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "UA",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780177433,
"last_update": 1784847081,
"ban_reason": null,
"banned": false,
"wipe": 1784229758,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2144,
"language": "uk",
"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/11644695");
$data = json_decode($json, true);
var_dump($data);