[UA/EU] Band | X2 | NoLimit | Kits | VIP 的 API

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

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11259966
json
{
  "response": {
    "fps": 163,
    "fps_avg": 161,
    "entities_count": 139085,
    "world_seed": 789550958,
    "world_size": 4500,
    "steam_id": "90284208512962571",
    "domain": null,
    "id": 11259966,
    "ip": "51.75.55.143",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Warsaw",
    "description": "![[UA/EU] Band | X2 | NoLimit | Kits | VIP](https://i.ibb.co/6xjDgF3/Chat-GPT-Image-19-2026-19-55-16.png)\n[UA/EU] Band | X2 | Weekly | NoLimit | Kits | VIP  \r\n Команда NoLimit  \r\n x2  Ресурси та лут  \r\n Прискорена плавка   \r\n Автолут бочок і дорожніх знаків  \r\n Автоавторизація турелей і ППО  \r\n Збільшений ліміт турелей  \r\n Кіти  \r\n VIP  \r\n Привілеї   \r\n Вайп: Щочетверга  \r\n Деталі та бонуси:  \r\n discord.gg/bandua",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775744525,
    "score": 0,
    "last_online": 1775887214,
    "icon": null,
    "name": "[UA/EU] Band | X2 | NoLimit | Kits | VIP",
    "connect": "51.75.55.143:28015",
    "request": "51.75.55.143:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 3,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1774555184,
    "last_update": 1775887214,
    "banned": false,
    "wipe": 1775744525,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2322,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

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