Unturned
[起源]乌拉尔山|插件齐全|死亡不掉|模组扩展| 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11480877json
{
"response": {
"steam_id": "85568392935363691",
"domain": null,
"id": 11480877,
"ip": "103.91.211.22",
"port": 22306,
"query": 22306,
"color": 0,
"city": "Jinan",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776594800,
"score": 0,
"last_online": 1776799960,
"icon": "https://s2.ax1x.com/2019/08/04/esW158.jpg",
"name": "[起源]乌拉尔山|插件齐全|死亡不掉|模组扩展|",
"connect": "103.91.211.22:22306",
"request": "103.91.211.22:22306",
"map": "Ural Mountains LN",
"gamemode": "乌拉尔山脉新开",
"version": "3.26.2.2",
"numplayers": 3,
"maxplayers": 36,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1774979223,
"last_update": 1776799960,
"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": 53,
"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/11480877");
$data = json_decode($json, true);
var_dump($data);