^8[UEM] | ^9Regular Mode^7 - ^3Round:^7 60 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90286891019083779",
"domain": null,
"id": 11723585,
"ip": "86.4.101.206",
"port": 27017,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Pontefract",
"description": null,
"game": 311210,
"owner": null,
"boosts": 1,
"last_offline": 1781214833,
"last_online": 1781207413,
"icon": null,
"name": "^8[UEM] | ^9Regular Mode^7 - ^3Round:^7 60",
"connect": "86.4.101.206:27017",
"request": "86.4.101.206:27017",
"map": "zm_gtav_ammunation",
"gamemode": "^8[UEM]^7 Play as usual in regular mode. \n^9- 2: Players",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780325045,
"last_update": 1781214833,
"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": 653,
"language": "en",
"parked": false,
"app": {
"id": 4041,
"steam_id": 311210,
"name": "Call of Duty: Black Ops III",
"url": "call-of-duty-black-ops-iii"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11723585");
$data = json_decode($json, true);
var_dump($data);