Unturned
[WT]组属二服 乌拉尔山-UralMountains 公益 养老PVE 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10997365json
{
"response": {
"steam_id": "85568392935796576",
"domain": null,
"id": 10997365,
"ip": "110.42.96.75",
"port": 30041,
"query": 30041,
"color": 0,
"city": "Ningbo",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1778245936,
"score": 0,
"last_online": 1778590837,
"icon": "https://tc.tyteam.cn/250719/QwJ8jQfp.jpg",
"name": "[WT]组属二服 乌拉尔山-UralMountains 公益 养老PVE",
"connect": "110.42.96.75:30041",
"request": "110.42.96.75:30041",
"map": "Ural Mountains LN",
"gamemode": "[WT]多模组 基础插件 死亡不掉",
"version": "3.26.3.2",
"numplayers": 1,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1769905755,
"last_update": 1778590837,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 74,
"language": "zh",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10997365");
$data = json_decode($json, true);
var_dump($data);