我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11127075
json
{
  "response": {
    "steam_id": null,
    "domain": "unhold.ru",
    "id": 11127075,
    "ip": "45.93.200.165",
    "port": 5520,
    "query": 5521,
    "color": 0,
    "city": "Nizhnevartovsk",
    "description": "[{\"id\":\"cY0RIiYtH6\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚔️ PvP — включено\\n💎 Дроп при смерти — предметы сохраняются, теряется только 10% прочности\\n✨ Моды и улучшения — с сохранением ванильного геймплея\\n💰 Экономика — без влияния доната\\n\\nTelegram: https://t.me/unitystronghold\\nDiscord: https://discord.gg/2FjAMGFNVT\\n\\n\"}}]",
    "game": 9000061,
    "owner": 165570,
    "boosts": 1,
    "last_offline": 1774735941,
    "score": 1,
    "last_online": 1775764810,
    "icon": null,
    "name": "Unity Stronghold | ⚔ RPG",
    "connect": "unhold.ru:5520",
    "request": "45.93.200.165:5521",
    "map": "world",
    "gamemode": "Hytale",
    "version": "2026.03.26-89796e57b",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 18,
    "points": 108,
    "add_date": 1770244936,
    "last_update": 1775764810,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 1665415,
      "steam_id": 9000061,
      "name": "Hytale",
      "url": "hytale"
    },
    "server_owner": {
      "username": "nerodarkness",
      "avatar": "8b898c7e-ab64-45ef-b057-17c3ecb7d0bf.jpg",
      "last_online": 1774987649
    },
    "mods": [
      {
        "id": 2037,
        "name": "Simple Claims"
      },
      {
        "id": 2020,
        "name": "SimpleParty"
      },
      {
        "id": 2022,
        "name": "LuckPerms"
      },
      {
        "id": 2092,
        "name": "Endgame&QoL"
      },
      {
        "id": 2018,
        "name": "Werchat"
      }
    ],
    "disabled_modules": []
  }
}

代码示例

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