面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10671288
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 82898,
    "world_seed": 1782628015,
    "world_size": 3750,
    "steam_id": "90286240754698253",
    "domain": null,
    "id": 10671288,
    "ip": "89.28.237.19",
    "port": 28070,
    "query": 28071,
    "color": 0,
    "city": "Dallas",
    "description": "![APGAMING.GG - US 100X | KITS | SHOP](https://img.frostlinehosting.com/u/FfP7IQ.png)\nAPGAMING.GG | 100X · Weekly · Instant craft, max gather, kits, shop, AP Points. discord.gg/apgaming · apgaming.gg/store · /info",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779804211,
    "last_online": 1779826826,
    "icon": null,
    "name": "APGAMING.GG - US 100X | KITS | SHOP",
    "connect": "89.28.237.19:28070",
    "request": "89.28.237.19:28071",
    "map": "apgaming.gg/store",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1764579373,
    "last_update": 1779826826,
    "banned": false,
    "wipe": 1779739466,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3961,
    "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/10671288");
$data = json_decode($json, true);
var_dump($data);