API for SAKHA Tundra x2 | Vanilla+ | Monthly | JUST WIPED: 08.05.26
JSON for programs, websites and more
text
json
{
"response": {
"fps": 74,
"fps_avg": 71,
"entities_count": 69901,
"world_seed": 2041705224,
"world_size": 3500,
"steam_id": 90286607825751060,
"domain": null,
"id": 11501221,
"ip": "77.90.33.209",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Berlin",
"description": "\nSAKHA Tundra x2 Semi Classic\r\n\r\nКлассический Rust-сервер с комфортным Vanilla+ балансом.\r\nСервер открыт для всех адекватных игроков.\r\n\r\n• Monthly wipe — первая пятница месяца\r\n• Vanilla loot — без BetterLoot и полной замены лута\r\n• Scrap и компоненты — x2\r\n• Ресурсы, еда, медицина, патроны и компоненты — стаки x2\r\n• Крафт — быстрее\r\n• Плавка и переработка — быстрее\r\n• No Bandit Camp — Outpost заменяет Bandit Camp\r\n• В Outpost добавлены магазины Bandit Camp\r\n• В рыбацких деревнях есть recycler и minicopter\r\n• Ежедневный рестарт — 05:00 по Якутску\r\n\r\nПодключение: client.connect 77.90.33.209:28015",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780603462,
"last_online": 1780608636,
"icon": null,
"name": "SAKHA Tundra x2 | Vanilla+ | Monthly | JUST WIPED: 08.05.26",
"connect": "77.90.33.209:28015",
"request": "77.90.33.209:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207169,
"last_update": 1780608636,
"banned": false,
"wipe": 1778192000,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3651,
"language": "de",
"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/11501221");
$data = json_decode($json, true);
var_dump($data);