[DE] Noob friendly | Base System | Whitelist Aktiv 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 211,
"fps_avg": 201,
"entities_count": 207814,
"world_seed": 363458447,
"world_size": 6000,
"steam_id": "90286397315581966",
"domain": null,
"id": 11510828,
"ip": "5.182.206.16",
"port": 5200,
"query": 5229,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[DE] Noob friendly | Base System | Whitelist Aktiv](https://i.imgur.com/QVB4Pys.png)\n!!! SERVER IM AUFBAU | WHITELIST AKTIV !!!\r\n\r\nWillkommen auf [LYL] LiveYourLive!\r\n\r\nDieser Server ist AUSSCHLIESSLICH für Anfänger gedacht, um ein wirklich faires und einsteigerfreundliches Umfeld zu bieten.\r\n\r\nWir lassen nur Spieler mit wenigen Spielstunden auf den Server.\r\n\r\nWICHTIG: Wer versucht, diese Regel zu umgehen (z. B. durch Zweit-Accounts/Smurfs), wird umgehend und permanent gebannt.\r\n\r\nMelde dich für die Whitelist in unserem Discord: [Link Folgt]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780607607,
"last_online": 1780159826,
"icon": null,
"name": "[DE] Noob friendly | Base System | Whitelist Aktiv",
"connect": "5.182.206.16:5200",
"request": "5.182.206.16:5229",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353834,
"last_update": 1780607607,
"banned": false,
"wipe": 1778221072,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11276,
"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/11510828");
$data = json_decode($json, true);
var_dump($data);