Capital of Anarchy The Capital of Anarchy.\nEnter if you dare. Welcome to the Capital.\nChaos is the law. The Capital of Anarchy.\nBuild. Betray. Conquer. Capital of Anarchy.\nHistory is written in ruins. The Capital of Anarchy.\nNo history. No glory. 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10973422
json
{
  "response": {
    "steam_id": null,
    "domain": "capitalofanarchy.org",
    "id": 10973422,
    "ip": "5.83.168.156",
    "port": 10250,
    "query": 10250,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": null,
    "game": 9000061,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774653702,
    "score": 0,
    "last_online": 1776874294,
    "icon": null,
    "name": "Capital of Anarchy The Capital of Anarchy.\\nEnter if you dare.  Welcome to the Capital.\\nChaos is the law.  The Capital of Anarchy.\\nBuild. Betray. Conquer.  Capital of Anarchy.\\nHistory is written in ruins. The Capital of Anarchy.\\nNo history. No glory.",
    "connect": "capitalofanarchy.org:10250",
    "request": "5.83.168.156:10250",
    "map": null,
    "gamemode": null,
    "version": "2026.03.26-89796e57b",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1769704975,
    "last_update": 1776874294,
    "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": 153,
    "language": "de",
    "parked": false,
    "app": {
      "id": 1665415,
      "steam_id": 9000061,
      "name": "Hytale",
      "url": "hytale"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

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