[SEA] MALAYSIAN LEGION X5 PVE WIPE (19/4) 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11261292
json
{
  "response": {
    "fps": 185,
    "fps_avg": 168,
    "entities_count": 93324,
    "world_seed": 1410113032,
    "world_size": 3500,
    "steam_id": "90284753654489094",
    "domain": null,
    "id": 11261292,
    "ip": "15.235.160.134",
    "port": 60421,
    "query": 60423,
    "color": 0,
    "city": "Singapore",
    "description": "![[SEA] MALAYSIAN LEGION X5 PVE WIPE (19/4)](https://i.postimg.cc/P5jVz4HY/3.png)\n[SEA] MALAYSIAN LEGION X5 PVE\r\n▸ Vpn Not Allowed ▸ Monitored Using Rust Admin | Server Armour | Arkan\r\n▸ Discord : https://discord.gg/QDkWrD4s4e\r\n\r\n▸ Purge Day Every Thursday 8PM GMT+8 [Malaysia] Untill Wipe\r\n▸ Map Weekly Wipe Every Friday 4AM GMT+8 [Malaysia]\r\n▸ Bp Monthly Wipe Every Friday 4AM GMT+8 [Malaysia]\r\n\r\n▸ Event ▸ Raidable Bases ▸ Zombie Horde ▸ Boss Monster\r\n▸ Arena Tournament ▸ Heli Signals ▸ Convoy\r\n▸ Shop ▸ JetPack ▸ Skinbox\r\n▸ Backpacks ▸ Better Tc ▸ Automatic Authorization ▸ Economics\r\n▸ Gather Rewards ▸ NTeleportation ▸ Vehicle Licence ▸ And More",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776560000,
    "score": 0,
    "last_online": 1776853220,
    "icon": null,
    "name": "[SEA] MALAYSIAN LEGION X5 PVE WIPE (19/4)",
    "connect": "15.235.160.134:60421",
    "request": "15.235.160.134:60423",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1774555233,
    "last_update": 1776853220,
    "banned": false,
    "wipe": 1776560004,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 996,
    "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/11261292");
$data = json_decode($json, true);
var_dump($data);