API für RUST MECHANIC Х1 Solo/Duo/Trio Wipe 7.11 - 20.11 PVP/PVE/HARDC
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 5538720,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"menksqvdx\",\"type\":\"image\",\"data\":{\"caption\":\"Banda Rust (X5|X10|MAX3|LOOT+|TP|KITS)\",\"withBorder\":false,\"withBackground\":false,\"stretched\":true,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/e417b135-6135-4ecb-9b5e-c0730ee178e8.png\"}}},{\"id\":\"4mjby93my\",\"type\":\"paragraph\",\"data\":{\"text\":\"Banda Rust\\n\\n Сайт banda-rust.ru\\n\\n Игровой сервер с защитой от DDoS атак:\\n\\n > X5 X10\\n\\n > Улучшенный лут\\n\\n > Kit\\n\\n > PvP\\n\\n > Skin\\n\\n > AntiCheat\\n\\n >\"}}]",
"game": 252490,
"owner": 85585,
"boosts": 1,
"last_offline": 1765777859,
"last_online": 1764882011,
"icon": null,
"name": "RUST MECHANIC Х1 Solo/Duo/Trio Wipe 7.11 - 20.11 PVP/PVE/HARDC",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1723112783,
"last_update": 1765777859,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13234,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "bandapanda",
"avatar": "24e29a9b-4107-4d99-8b2d-9d08f6a504a6.jpg"
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/5538720");
$data = json_decode($json, true);
var_dump($data);