Rust
API für [迈阿密]4.20新档/1000倍/礼包/秒造全解/萌新首选
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11435778json
{
"response": {
"fps": 50,
"fps_avg": 47,
"entities_count": 135391,
"world_seed": 1,
"world_size": 4500,
"steam_id": 90284754479656960,
"domain": null,
"id": 11435778,
"ip": "103.91.208.216",
"port": 15349,
"query": 15350,
"color": 0,
"city": "Jinan",
"description": "![[迈阿密]4.20新档/1000倍/礼包/秒造全解/萌新首选](http://m.qpic.cn/psc?/V54HzVUL3dN2HP2xFA1H2fJ4aq4eKtEd/TmEUgtj9EK6.7V8ajmQrEI76MJlAvgcb4cnDdH1OM63zxAeETWr26nm4E*45*V0lf9vd7Gw7wTaHgsrheBrZaOmNeGlvCm0i4bDeHPvFyDs!/b&bo=AAIAAQAAAAABFzM!&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": 1776594801,
"score": 0,
"last_online": 1776835220,
"icon": null,
"name": "[迈阿密]4.20新档/1000倍/礼包/秒造全解/萌新首选",
"connect": "103.91.208.216:15349",
"request": "103.91.208.216:15350",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977204,
"last_update": 1776835220,
"banned": false,
"wipe": 1775170553,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5320,
"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/11435778");
$data = json_decode($json, true);
var_dump($data);