[US] Minax 2x PvP. Fresh Wipe 5/2 @ 6pm [Wknd Raids] 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/8796071
json
{
  "response": {
    "steam_id": "90285651710494724",
    "domain": null,
    "id": 8796071,
    "ip": "144.126.153.82",
    "port": 30300,
    "query": 30315,
    "color": 0,
    "city": "St Louis",
    "description": null,
    "game": 1604030,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778055786,
    "score": 0,
    "last_online": 1778606440,
    "icon": null,
    "name": "[US] Minax 2x PvP.  Fresh Wipe 5/2 @ 6pm [Wknd Raids]",
    "connect": "144.126.153.82:30300",
    "request": "144.126.153.82:30315",
    "map": "VRisingWorld",
    "gamemode": "1320d0db-30a4-49a5-b7a2-73c9f94223f3",
    "version": "0.0.0.1",
    "numplayers": 1,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 32,
    "add_date": 1746031247,
    "last_update": 1778606440,
    "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": 107,
    "language": "en",
    "parked": false,
    "app": {
      "id": 55075,
      "steam_id": 1604030,
      "name": "V Rising",
      "url": "v-rising"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

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