API pentru RustHunter [X2][Ryzen9]
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 166,
"fps_avg": 167,
"entities_count": 126135,
"world_seed": 70868018,
"world_size": 4500,
"steam_id": "90286217879461894",
"domain": null,
"id": 4475025,
"ip": "46.181.238.187",
"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 Ресурсы 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": 1780565019,
"last_online": 1779769822,
"icon": null,
"name": "RustHunter [X2][Ryzen9]",
"connect": "46.181.238.187:29015",
"request": "46.181.238.187:29016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1716821180,
"last_update": 1780565019,
"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": 10434,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/4475025");
$data = json_decode($json, true);
var_dump($data);