Rust
坚果PVE-原倍/养老/修仙/装备强化/死亡不掉 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11260965json
{
"response": {
"fps": 238,
"fps_avg": 236,
"entities_count": 3954,
"world_seed": 1,
"world_size": 1000,
"steam_id": "90285640190405661",
"domain": null,
"id": 11260965,
"ip": "1.14.70.251",
"port": 29015,
"query": 29088,
"color": 0,
"city": "Beijing",
"description": "【坚果】独家师徒玩法-新人进服即可拜师-出师领大奖\r\n【坚果】特色交易平台-玩家可以上架商品进行买卖的平台\r\n【坚果】独家种植堆肥副本打怪升级装备合成强化 \r\n【坚果】快捷菜单:/cd 月清服交流群:749543730\r\n【坚果】养老玩法:升级/强化/种植/堆肥/钓鱼/签到/任务/抽奖/交易\r\n【坚果】副本玩法:BOSS/挑战/突袭/复仇/战场/召唤/活动等各类副本\r\n【坚果】免费皮肤/额外背包和等级不清/做任务获取的金币和积分不清\r\n【坚果】专业运营全自动化管理\r\n【坚果】更多详情请点击“访问网页”登录坚果官网",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778237588,
"score": 0,
"last_online": 1778597419,
"icon": null,
"name": "坚果PVE-原倍/养老/修仙/装备强化/死亡不掉",
"connect": "1.14.70.251:29015",
"request": "1.14.70.251:29088",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 7,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1774555213,
"last_update": 1778597419,
"banned": false,
"wipe": 1778193857,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1500,
"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/11260965");
$data = json_decode($json, true);
var_dump($data);