API für [奥利奥]5.8新档/1000倍/礼包/秒造全解/萌新首选
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 43,
"fps_avg": 44,
"entities_count": 160130,
"world_seed": 2,
"world_size": 4500,
"steam_id": "90286569916184576",
"domain": null,
"id": 11502534,
"ip": "103.91.208.216",
"port": 13349,
"query": 13350,
"color": 0,
"city": "Jinan",
"description": "![[奥利奥]5.8新档/1000倍/礼包/秒造全解/萌新首选](http://photogz.photo.store.qq.com/psc?/V54HzVUL3dN2HP2xFA1H2fJ4aq4DvPdK/TmEUgtj9EK6.7V8ajmQrEH3qHDbHiPdiJEI48FjKB2dDNFGn.GQkemQM*WZ3x87GK*zmSKYjs6ckKe*PJRt.CTs*MPed9GE80mWgJJslBDc!/b&bo=AAIBAQAAAAABFzI!&rf=viewer_4)\n\r\n\r\n►奥利奥◄~~【不限制队伍人数】【禁止任何辅助外挂】\r\n►奥利奥◄~~【 万款皮肤免费 】【一键升级】【世界传送】\r\n►奥利奥◄~~【 3年稳定服务器 】【服主长期在线有挂必封】\r\n►奥利奥◄~~【进服就送无敌房】【科技全解】【制作秒造】\r\n\r\n【QQ群:820464113】【加群领豪华礼包】",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780168419,
"last_online": 1780560628,
"icon": null,
"name": "[奥利奥]5.8新档/1000倍/礼包/秒造全解/萌新首选",
"connect": "103.91.208.216:13349",
"request": "103.91.208.216:13350",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207203,
"last_update": 1780560628,
"banned": false,
"wipe": 1778300420,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4967,
"language": "zh",
"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/11502534");
$data = json_decode($json, true);
var_dump($data);