Unturned
曙光4服|PVE|养老休闲|死亡不掉|新PEI 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11173173json
{
"response": {
"steam_id": "85568392932368161",
"domain": null,
"id": 11173173,
"ip": "110.42.51.196",
"port": 27098,
"query": 27098,
"color": 0,
"city": "Ningbo",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776722601,
"score": 0,
"last_online": 1776723641,
"icon": "https://s41.ax1x.com/2026/02/24/pZvKlTO.png",
"name": "曙光4服|PVE|养老休闲|死亡不掉|新PEI",
"connect": "110.42.51.196:27098",
"request": "110.42.51.196:27098",
"map": "PEI+",
"gamemode": "高刷新丨载具无敌丨养老赚钱",
"version": "3.26.2.2",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1772229143,
"last_update": 1776723641,
"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": 81,
"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/11173173");
$data = json_decode($json, true);
var_dump($data);