GROUND BRANCH
Gamerz Elite -GE- [PRIVATE US Server] 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/4053266json
{
"response": {
"steam_id": "90285114528486402",
"domain": null,
"id": 4053266,
"ip": "45.59.162.8",
"port": 7777,
"query": 27015,
"color": 0,
"city": "New York",
"description": "",
"game": 16900,
"owner": null,
"boosts": 1,
"last_offline": 1771067505,
"score": 0,
"last_online": 1777501253,
"icon": null,
"name": "Gamerz Elite -GE- [PRIVATE US Server]",
"connect": "45.59.162.8:7777",
"request": "45.59.162.8:27015",
"map": "nv103518891,sp,md",
"gamemode": "Ground Branch",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1714507639,
"last_update": 1777501253,
"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": 22,
"language": "en",
"parked": false,
"app": {
"id": 49744,
"steam_id": 16900,
"name": "GROUND BRANCH",
"url": "ground-branch"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/4053266");
$data = json_decode($json, true);
var_dump($data);