API für RustHunter [X2][Ryzen9]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 214,
"fps_avg": 214,
"entities_count": 120556,
"world_seed": 70868018,
"world_size": 4500,
"steam_id": "90286573737121811",
"domain": null,
"id": 11606791,
"ip": "46.181.239.168",
"port": 29015,
"query": 29016,
"color": 0,
"city": "Kemerovo",
"description": "![RustHunter [X2][Ryzen9]](https://wallpapers.com/images/file/rust-space-suit-v6909tftywztor6m.jpg)\nДобро пожаловать, Растхантер!\r\n > Размер карты 6000\r\n > Размер стака x5-25 Ресурсы x2 \r\n > Строительство в вагонах\r\n > Плагин BuildingSites, Dynamic Monuments, Skill Tree+ \r\n > В основе сервера быстрый Ryzen9 на 5GHz, 32Gb \r\n > Единый магазин всех серверов https://nlh.gamestores.app\r\n > StartBonus, DaylyBonus, OnlineBonus\r\n > Потребление ресурсов домом снижено до 40%\r\n > Wipe Global и третья пятница месяца в 01:00 по МСК, чертежи раз в месяц",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780524268,
"last_online": 1780567828,
"icon": null,
"name": "RustHunter [X2][Ryzen9]",
"connect": "46.181.239.168:29015",
"request": "46.181.239.168:29016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915483,
"last_update": 1780567828,
"banned": false,
"wipe": 1779401521,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5399,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11606791");
$data = json_decode($json, true);
var_dump($data);