[CN] 薯条保护协会 | 无插件纯净PVP | 死亡不掉 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "85568392936245228",
"domain": null,
"id": 11665093,
"ip": "180.188.24.90",
"port": 24671,
"query": 24671,
"color": 0,
"city": "Taizhou",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1780179093,
"last_online": 1780259441,
"icon": "https://tc.tyteam.cn/250625/wSUZgjWi.jpg",
"name": "[CN] 薯条保护协会 | 无插件纯净PVP | 死亡不掉",
"connect": "180.188.24.90:24671",
"request": "180.188.24.90:24671",
"map": "California2",
"gamemode": "建筑无腐朽 三人组队上限 建筑耐久+",
"version": "3.26.3.2",
"numplayers": 9,
"maxplayers": 36,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 45,
"add_date": 1780179093,
"last_update": 1780259441,
"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": 44,
"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/11665093");
$data = json_decode($json, true);
var_dump($data);