[GER] BadBoys 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 224,
"fps_avg": 222,
"entities_count": 47657,
"world_seed": 619345339,
"world_size": 3100,
"steam_id": "90286433599326231",
"domain": null,
"id": 11500926,
"ip": "85.10.200.202",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Nuremberg",
"description": "![[GER] BadBoys](https://store.ndlg.de/storage/RustServer.png)\nWillkommen auf BadBoys – Rust Survival! Hast du das Zeug zum ultimativen Überlebenskünstler? Auf BadBoys erwartet dich ein knallhartes Rust-Erlebnis mit intensiven PVP-Fights, stabiler Performance und einer aktiven Community. Ob Solo-Spieler oder Clan-Leader – hier zählt nur eins: Überleben und Dominieren! Was dich erwartet: Hardcore PVP – Kämpfe bis zum bitteren Ende, keine Gnade! Baue, raide, erobere – Sichere dein Territorium oder hol dir das anderer! Top-Performance – Keine Lags, keine Ausreden, nur pure Action! Aktive Community – Tritt unserem Discord bei, finde Freunde oder Feinde Events & Belohnungen – Wöchentliche Herausforderungen mit fetten Preisen Server-Details: Servername: BadBoys Mapgröße: [Größe in km] Wipe-Zyklus: [Wann wird gewiped?] Mods: [Falls vorhanden, z. B. TP, Kits, Clansystem] Discord: [Falls du einen hast] Bist du ein echter Bad Boy? Dann beweise es! [Hier deinen Server-IP oder Connect-Link einfügen]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780552834,
"icon": null,
"name": "[GER] BadBoys",
"connect": "85.10.200.202:28025",
"request": "85.10.200.202:28026",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207165,
"last_update": 1780552834,
"banned": false,
"wipe": 1778620183,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4599,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11500926");
$data = json_decode($json, true);
var_dump($data);