Rust
API für [坚果PVE]宗门师徒/每日打榜/合成强化/自动挂机
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11435709json
{
"response": {
"steam_id": "90285640275554334",
"domain": null,
"id": 11435709,
"ip": "202.189.23.166",
"port": 19088,
"query": 19015,
"color": 0,
"city": "Beijing",
"description": "【坚果】独家宗门师徒玩法-新人进服即可拜师-出师领大奖\r\n【坚果】特色交易平台-玩家可以上架商品求购商品的平台\r\n【坚果】独家种植堆肥副本打怪升级装备合成强化 \r\n【坚果】快捷菜单:/cd 月清服交流群:749543730\r\n【坚果】养老玩法:挂机/拍卖/养殖/钓鱼/签到/任务/抽奖/合成\r\n【坚果】副本玩法:BOSS/挑战/突袭/复仇/战场/召唤/活动等各类副本\r\n【坚果】白嫖VIP/额外背包和等级不清/做任务获取的金币和积分不清\r\n【坚果】专业运营全自动化管理\r\n【坚果】更多详情请点击“访问网页”登录坚果官网",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778592180,
"score": 0,
"last_online": 1778604016,
"icon": null,
"name": "[坚果PVE]宗门师徒/每日打榜/合成强化/自动挂机",
"connect": "202.189.23.166:19088",
"request": "202.189.23.166:19015",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 36,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 77,
"add_date": 1774977202,
"last_update": 1778604016,
"banned": false,
"wipe": 1778198707,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 628,
"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/11435709");
$data = json_decode($json, true);
var_dump($data);