API für RustHunter CustomX2 [Raid Base][SkillTree][Ryzen9]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286620247086099",
"domain": null,
"id": 11645014,
"ip": "5.227.172.147",
"port": 29515,
"query": 29516,
"color": 0,
"city": "Novosibirsk",
"description": "![RustHunter CustomX2 [Raid Base][SkillTree][Ryzen9]](https://wallpapers.com/images/file/rust-space-suit-v6909tftywztor6m.jpg)\nДобро пожаловать, Растхантер!\r\n > Размер карты 4500\r\n > Размер стака x5-25 Ресурсы x2, Ежедневные подарки\r\n > Рэйдовые базы 1300+, Строительство в вагонах\r\n > Плагин BetterNpc,SkillTree+\r\n > В основе сервера быстрый Ryzen9 на 5GHz, 32Gb \r\n > Единый магазин всех серверов https://nlh.gamestores.app\r\n > StartBonus, OnlineBonus\r\n > Потребление ресурсов домом снижено до 40%\r\n > Wipe первая и третья пятница месяца в 01:00 по МСК, чертежи раз в месяц",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780610661,
"last_online": 1780662033,
"icon": null,
"name": "RustHunter CustomX2 [Raid Base][SkillTree][Ryzen9]",
"connect": "5.227.172.147:29515",
"request": "5.227.172.147:29516",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177442,
"last_update": 1780662033,
"banned": false,
"wipe": 1780596701,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5457,
"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/11645014");
$data = json_decode($json, true);
var_dump($data);