AetherNetwork.gg -Free 30k | 250 Props | No Lag | 72p- 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11491511
json
{
  "response": {
    "revision": "222556",
    "protocol": 1100,
    "gameident": "dxura.rp",
    "hidden": false,
    "api": 25,
    "steam_id": "90285155135834141",
    "domain": null,
    "id": 11491511,
    "ip": "45.45.238.74",
    "port": 37017,
    "query": 37018,
    "color": 0,
    "city": "Chicago",
    "description": null,
    "game": 590830,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778095386,
    "score": 0,
    "last_online": 1778703109,
    "icon": null,
    "name": "AetherNetwork.gg -Free 30k | 250 Props | No Lag  |  72p-",
    "connect": "45.45.238.74:37017",
    "request": "45.45.238.74:37018",
    "map": "thieves.rpdowntown3t",
    "gamemode": "DXRP",
    "version": "26.04.29a",
    "numplayers": 0,
    "maxplayers": 128,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1777371351,
    "last_update": 1778703109,
    "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": 1646716,
      "steam_id": 590830,
      "name": "s&box",
      "url": "sbox"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11491511");
$data = json_decode($json, true);
var_dump($data);