API für DLL RUST (test)
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 397,
"fps_avg": 388,
"entities_count": 52122,
"world_seed": 121315421,
"world_size": 3000,
"steam_id": "90286582883099664",
"domain": null,
"id": 11488857,
"ip": "185.189.255.113",
"port": 35200,
"query": 35210,
"color": 0,
"city": "Moscow",
"description": "[{\"type\":\"image\",\"data\":{\"file\":{\"url\":\"https://pic.survivalhost.org/images/2026/04/13/435.th.png\"},\"caption\":\"SLEEPY RUST ДЛЯ НОВИЧКОВ [RU]\",\"withBorder\":false,\"stretched\":false,\"withBackground\":false}},{\"type\":\"paragraph\",\"data\":{\"text\":\"Sleepy Rust — сервер для новичков [RU]\"}},{\"type\":\"paragraph\",\"data\":{\"text\":\"Идеальное место, чтобы спокойно освоить Rust — тихо, не спеша, без суеты.\"}},{\"type\":\"paragraph\",\"data\":{\"text\":\"⚙️ Стаки ресурсов: 2000\\r\\ngm.link/u158892\"}}]",
"game": 252490,
"owner": 158892,
"boosts": 1,
"last_offline": 1779981225,
"last_online": 1780566619,
"icon": null,
"name": "DLL RUST (test)",
"connect": "185.189.255.113:35200",
"request": "185.189.255.113:35210",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1775872772,
"last_update": 1780566619,
"banned": false,
"wipe": 1779981281,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 278,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "forever30",
"avatar": "d6075199-ce14-44de-92d7-9b09c5f922b3.jpg"
},
"mods": [
{
"id": 900,
"name": "Image Library"
},
{
"id": 1823,
"name": "BetterChat"
},
{
"id": 452,
"name": "Admin Radar"
}
],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11488857");
$data = json_decode($json, true);
var_dump($data);