【雪莉】6.8新档|2倍|油桶全爆|自动拾取|5人 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90286726437718042",
"domain": null,
"id": 10138970,
"ip": "110.42.9.116",
"port": 28020,
"query": 28022,
"project_id": null,
"color": 0,
"city": "Ningbo",
"description": "\n↗欢迎来到【雪莉】生存服务器↖\n☞本服务器资源倍数为所有资源2倍,零件2倍,熔炉2倍\n☞进群领取生存礼包:【88838820】\n☞本服唯一指定Q群:【88838820】\n★本服严查外挂/鼠标宏,一人查实全队封禁!\n★本服绝不出售任何爆炸物或相关物品。\n★本服所有管理员均不参与游戏。\n★本服禁止利用游戏BUG进行游戏,一经发现踢出服务器。\n☞本服务器为I9 14900K高性能独立稳定服务器,长久稳定,请放心玩耍。\n▂▂▂▂▂▂▂▂▃▃▃▅▅▅▆▅▅▅▃▃▃▂▂▂▂▂▂▂▂\n♠②倍资源 ♠①倍废料 ♠⑤倍堆叠 ♠②倍熔炉\n♠油桶全爆 ♠自动拾取 ♠生存礼包 ♠限量传送",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780920859,
"last_online": 1780918837,
"icon": null,
"name": "【雪莉】6.8新档|2倍|油桶全爆|自动拾取|5人",
"connect": "110.42.9.116:28020",
"request": "110.42.9.116:28022",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1756198783,
"last_update": 1780920859,
"banned": false,
"wipe": 1780653287,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9679,
"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/10138970");
$data = json_decode($json, true);
var_dump($data);