帝王心术PVE/萌新畅玩/F1/万倍/合成/飞天/礼包 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 81,
"fps_avg": 91,
"entities_count": 614718,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286311973834769",
"domain": null,
"id": 11606935,
"ip": "117.11.73.151",
"port": 20121,
"query": 20123,
"project_id": null,
"color": 0,
"city": "Tianjin",
"description": "1.超级耐玩型 2.召唤武直3.召唤坦克 4.狂暴技能 5.升级血量 6.合成物品 \r\n7.无限妖塔 8.无腐蚀 9.超级倍功 10.空间站 11.核潜艇 \r\n12. 装甲火车13. 超级车队14. 空中飞艇15. 法宝 16.种植系统 17.突袭基地 \r\n18.权限多到手软 19.应有尽有 20.福利送不停\r\n21.进游戏体验吧 22.资源倍率极高 23.群Q:1078556739\r\n24.每日任务系统\r\n移动电信网络如果卡请开雷神加速器,加速国服免费的",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780746215,
"last_online": 1779987624,
"icon": null,
"name": "帝王心术PVE/萌新畅玩/F1/万倍/合成/飞天/礼包",
"connect": "117.11.73.151:20121",
"request": "117.11.73.151:20123",
"map": "福利送不停,赶紧来吧",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915488,
"last_update": 1780746215,
"banned": false,
"wipe": 1778178978,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11685,
"language": "zh",
"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.in/servers/11606935");
$data = json_decode($json, true);
var_dump($data);