█ BLW.TF SG | MINECRAFT WORLD █ 的 API

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

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11054592
json
{
  "response": {
    "steam_id": "85568392921290722",
    "domain": null,
    "id": 11054592,
    "ip": "15.235.165.144",
    "port": 27045,
    "query": 27045,
    "color": 0,
    "city": "Singapore",
    "description": null,
    "game": 440,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772256097,
    "score": 0,
    "last_online": 1775937067,
    "icon": null,
    "name": "█ BLW.TF SG | MINECRAFT WORLD █",
    "connect": "15.235.165.144:27045",
    "request": "15.235.165.144:27045",
    "map": "minecraftworld_fix_v16",
    "gamemode": "██ Minecraft World ██",
    "version": "10515055",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1769954980,
    "last_update": 1775937067,
    "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": 1790,
    "language": "en",
    "parked": false,
    "app": {
      "id": 24,
      "steam_id": 440,
      "name": "Team Fortress 2",
      "url": "team-fortress-2"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

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