小九PVE/新人/F1刷/养老/白嫖/礼包/畅玩/活动多 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 43,
"fps_avg": 43,
"entities_count": 293029,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286862974805006",
"domain": null,
"id": 11759537,
"ip": "117.13.123.36",
"port": 20201,
"query": 20204,
"project_id": null,
"color": 0,
"city": "Tianjin",
"description": "\n★★游戏商城★★★★★无限耐久★★★★★突袭飞艇★★★★★动物农场★★ \r\n★★武装突袭★★★★★无限子弹★★★★★人物升级★★★★★高血僵尸★★ \r\n★★飞行背包★★★★★蓝图全解★★★★★物品秒造★★★★★召唤坦克★★ \r\n★★帮助页面★★★★★世界传送★★★★★超级倍伤★★★★★玩家刷刷★★ \r\n★★BOSS系统★★★★★休闲养老★★★★★超级礼包★★ \r\n★★激情无限★★★★★种植系统★★ \r\n★★大型背包★★★★★夜视功能★★★★★外天空站★★ \r\n★★移动电信网络如果卡请开雷神加速器,加速国服免费的★★\r\n★★★★★★唯一Q群:查看游戏帮助里面,欢迎加入★★★★★★",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781141656,
"last_online": 1781210427,
"icon": null,
"name": "小九PVE/新人/F1刷/养老/白嫖/礼包/畅玩/活动多",
"connect": "117.13.123.36:20201",
"request": "117.13.123.36:20204",
"map": "欢迎来到小九PVE",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780931720,
"last_update": 1781210427,
"banned": false,
"wipe": 1780598712,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2762,
"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/11759537");
$data = json_decode($json, true);
var_dump($data);