[RU-PVE] ZmeYEditioN - Aquatica [TOP Mods] 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10164138
json
{
  "response": {
    "steam_id": 90284638527738880,
    "domain": null,
    "id": 10164138,
    "ip": "90.188.30.54",
    "port": 7801,
    "query": 37027,
    "color": 0,
    "city": "Barnaul",
    "description": null,
    "game": 346110,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776572600,
    "score": 0,
    "last_online": 1776638530,
    "icon": null,
    "name": "[RU-PVE] ZmeYEditioN - Aquatica [TOP Mods]",
    "connect": "90.188.30.54:7801",
    "request": "90.188.30.54:37027",
    "map": "Aquatica",
    "gamemode": "TestGameMode_C",
    "version": "361.7",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1756246474,
    "last_update": 1776638530,
    "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": 7117,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 67,
      "steam_id": 346110,
      "name": "ARK: Survival Evolved",
      "url": "ark-survival-evolved"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

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