Unturned
[SAE云盾] 〖少女纪元〗|一服|俄罗斯|纯肝服 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11429569json
{
"response": {
"steam_id": "85568392936068088",
"domain": null,
"id": 11429569,
"ip": "202.189.9.92",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Beijing",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776711197,
"score": 0,
"last_online": 1776796256,
"icon": "https://s1.img-e.com/20260326/69c41f6c1a0a8.jpg",
"name": "[SAE云盾] 〖少女纪元〗|一服|俄罗斯|纯肝服",
"connect": "202.189.9.92:27015",
"request": "202.189.9.92:27015",
"map": "俄罗斯[少女纪元]",
"gamemode": "炼丹炉炼药|白天PvE晚PvP|多模组�",
"version": "3.26.2.2",
"numplayers": 2,
"maxplayers": 48,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1774600558,
"last_update": 1776796256,
"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": 85,
"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/11429569");
$data = json_decode($json, true);
var_dump($data);