[EU] BrotherHood | 5X | Monthly | Noob Friendly | FREE VIP | 2/ 的 API

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

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/7290623
json
{
  "response": {
    "fps": 220,
    "fps_avg": 217,
    "entities_count": 50926,
    "world_seed": 1950504885,
    "world_size": 3000,
    "steam_id": "90284186653496324",
    "domain": null,
    "id": 7290623,
    "ip": "57.128.202.16",
    "port": 10010,
    "query": 10020,
    "color": 0,
    "city": "Warsaw",
    "description": "![[EU] BrotherHood | 5X | Monthly | Noob Friendly | FREE VIP | 2/](https://i.ibb.co/xYnS34W/banner.png)\nWelcome to BrotherHood | 5X | Monthly | Max 6 | Noob Friendly | FREE VIP\r\n\r\nMonthly Map Wipes\r\n\r\nJoin the community on Discord: https://discord.gg/cb5VH7BRk6\r\n\r\n24/7 Active Admins.\r\nCustom Plugins.\r\nNo Pay-To-Win.\r\nEnglish Only Chat.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775643729,
    "score": 0,
    "last_online": 1775887816,
    "icon": null,
    "name": "[EU] BrotherHood | 5X | Monthly | Noob Friendly | FREE VIP | 2/",
    "connect": "57.128.202.16:10010",
    "request": "57.128.202.16:10020",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1736717800,
    "last_update": 1775887816,
    "banned": false,
    "wipe": 1775152121,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3265,
    "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/7290623");
$data = json_decode($json, true);
var_dump($data);