Rust
乌托邦|新开|萌新多人服|月清蓝图 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/9972537json
{
"response": {
"fps": 76,
"fps_avg": 69,
"entities_count": 86574,
"world_seed": 1337,
"world_size": 3750,
"steam_id": "90285725321907224",
"domain": null,
"id": 9972537,
"ip": "43.248.117.50",
"port": 20040,
"query": 20041,
"color": 0,
"city": "Zhenjiang",
"description": "\n\r\n[通知群组]: 添加微信号进群: lhx-love-xmj\r\n[服规]: 进服后聊天输入: /gz 查看规则\r\n[服宣]: 黑号-隐私号-如被自动踢出服务器-请加群咨询\r\n[服宣]: 无权限-无假人-欢迎石锤本服务器\r\n[服宣]: 黑洞防御-保障服务器被攻击不掉线-稳定畅玩\r\n[服宣]: 服务器没有任何管理员和腐竹-有挂加群艾特群主\r\n[服规]: 禁无间道-禁黄色-禁宏-禁挂-禁卡BUG\r\n[服宣]: 服务器玩家类型:妹子多-萌新-学生党-上班族-养老独狼玩家\r\n[服宣]: 选择本服务器的理由:没有权限-二倍资源-游戏界面干净-修改较少\r\n[服宣]: 查挂方式:观战录屏-腐竹远程-本服务器反作弊监控\r\n[组队频道]: 官方yy组队频道:1456446686\r\n[清档时间]: 请加群看通知",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778329981,
"score": 0,
"last_online": 1778764819,
"icon": null,
"name": "乌托邦|新开|萌新多人服|月清蓝图",
"connect": "43.248.117.50:20040",
"request": "43.248.117.50:20041",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 5,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1754855453,
"last_update": 1778764819,
"banned": false,
"wipe": 1778238375,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2140,
"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/9972537");
$data = json_decode($json, true);
var_dump($data);