[CZ/SK] Anthorea PvE Jorvik mod/TradePost/Arena wipe 11.4.2026. 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/8669667
json
{
  "response": {
    "steam_id": "90284340888844306",
    "domain": null,
    "id": 8669667,
    "ip": "185.180.2.94",
    "port": 27519,
    "query": 27521,
    "color": 0,
    "city": "Prague",
    "description": null,
    "game": 290080,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775961114,
    "score": 0,
    "last_online": 1776218468,
    "icon": null,
    "name": "[CZ/SK] Anthorea PvE Jorvik mod/TradePost/Arena wipe 11.4.2026.",
    "connect": "185.180.2.94:27519",
    "request": "185.180.2.94:27521",
    "map": null,
    "gamemode": "Life is Feudal: Your Own",
    "version": "yo_1.4.4.5",
    "numplayers": 0,
    "maxplayers": 15,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1745502883,
    "last_update": 1776218468,
    "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": 30,
    "language": "cs",
    "parked": false,
    "app": {
      "id": 85,
      "steam_id": 290080,
      "name": "Life is Feudal: Your Own",
      "url": "life-is-feudal-your-own"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

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