《冰封PVE》6.1新档/修仙/打怪/钓鱼佬/种植/养老� 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 118,
"fps_avg": 117,
"entities_count": 129017,
"world_seed": 1099713234,
"world_size": 4500,
"steam_id": "90286568422362116",
"domain": null,
"id": 11502685,
"ip": "58.255.224.6",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Guangzhou",
"description": "冰封欢迎你!\r\n本服特色:修仙领取现金红包/BOSS/突袭/合成/标点/挖比特币/养鸡/种植/技能/副本/飞天/F1/空间站/卫星/强化/灵魂锁头/采蘑菇事件/ 等等\r\n在线领取顶级低保\r\n种地可以白嫖权限 种的越多金币越多 金币可以买权限!\r\n 本服还可以钓鱼 开开心心做钓鱼佬!\r\n本服拥有全皮肤输入/pf 即可获得百万皮肤\r\n为各位玩家打造完美的游戏体验\r\n新手帮带,老手自便!\r\n宵禁必选!!!\r\n 最后祝大家新年快乐,蛇年大吉!!!!欢迎来玩!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780514640,
"last_online": 1780553432,
"icon": null,
"name": "《冰封PVE》6.1新档/修仙/打怪/钓鱼佬/种植/养老�",
"connect": "58.255.224.6:28015",
"request": "58.255.224.6:28017",
"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": 1779207211,
"last_update": 1780553432,
"banned": false,
"wipe": 1780246948,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4986,
"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.cn/servers/11502685");
$data = json_decode($json, true);
var_dump($data);