US Hapis Island 2025 | Dallas Rust | Biweekly | No BP wipe | 50 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/4402472
json
{
  "response": {
    "fps": 57,
    "fps_avg": 52,
    "entities_count": 57666,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90285214588892162",
    "domain": null,
    "id": 4402472,
    "ip": "156.236.84.45",
    "port": 28005,
    "query": 28006,
    "color": 0,
    "city": "Dallas",
    "description": "![US Hapis Island 2025 | Dallas Rust | Biweekly | No BP wipe | 50](https://www.dropbox.com/scl/fi/8g39slgzoeva8zyp84wl4/cyberpunkguadalupe222.png?rlkey=71ced64rlc7mvk61gzzc40pwr&st=e02xofb8&dl=1)\nBiweekly wipes every other Thursday at 4PM CDT, except force wipe at 1PM CDT on first Thursdays. \r\n 50% Upkeep \r\n No BP wipes unless Facepunch requires it \r\n Join us on discord: https://discord.gg/4Hp3e9Hk7v",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777645392,
    "score": 0,
    "last_online": 1777659026,
    "icon": null,
    "name": "US Hapis Island 2025 | Dallas Rust | Biweekly | No BP wipe | 50",
    "connect": "156.236.84.45:28005",
    "request": "156.236.84.45:28006",
    "map": "hapisisland",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1716319170,
    "last_update": 1777659026,
    "banned": false,
    "wipe": 1777582862,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3128,
    "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/4402472");
$data = json_decode($json, true);
var_dump($data);