Double Action: Boogaloo
[NE Asia] OurDare Free For All Server (Bots) 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/1471128json
{
"response": {
"steam_id": null,
"domain": null,
"id": 1471128,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Seoul",
"description": "",
"game": 317360,
"owner": 101515,
"boosts": 1,
"last_offline": 1773381694,
"score": null,
"last_online": 1772460615,
"icon": null,
"name": "[NE Asia] OurDare Free For All Server (Bots)",
"connect": null,
"request": null,
"map": "da_streets",
"gamemode": "Double Action: Boogaloo",
"version": null,
"numplayers": 0,
"maxplayers": 17,
"bots": 0,
"secured": false,
"private": false,
"country": "KR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1697315321,
"last_update": 1773381694,
"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": 5,
"language": "ko",
"parked": true,
"app": {
"id": 143,
"steam_id": 317360,
"name": "Double Action: Boogaloo",
"url": "double-action-boogaloo"
},
"server_owner": {
"username": "vintertid",
"avatar": "d16fbca0-56bc-4048-9b13-35e9119cd1d7.jpg",
"last_online": 1737532420
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/1471128");
$data = json_decode($json, true);
var_dump($data);