Covert Gaming | New Horizons | Creative 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11435962
json
{
  "response": {
    "fps": 258,
    "fps_avg": 255,
    "entities_count": 155078,
    "world_seed": 2062096331,
    "world_size": 5000,
    "steam_id": "90285506688006174",
    "domain": null,
    "id": 11435962,
    "ip": "67.160.181.45",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Portland",
    "description": "![Covert Gaming | New Horizons | Creative](https://i.imgur.com/JQGaauT.png)\nNEW HORIZONS | CREATIVE | BUILD\r\n\r\nEverything you need in a creative server.\r\n\r\nType /help to get started!\r\n\r\nJoin our Discord → https://discord.covertgaming.org",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778262187,
    "score": 0,
    "last_online": 1778529018,
    "icon": null,
    "name": "Covert Gaming | New Horizons | Creative",
    "connect": "67.160.181.45:28015",
    "request": "67.160.181.45:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 25,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1774977214,
    "last_update": 1778529018,
    "banned": false,
    "wipe": 1778182121,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1253,
    "language": "en",
    "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/11435962");
$data = json_decode($json, true);
var_dump($data);