[US] RustHaven Main 2X [HIGHLY MODDED] [NPC RAID BASES] [ROAMIN 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/1348811
json
{
  "response": {
    "fps": 44,
    "fps_avg": 46,
    "entities_count": 129032,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90285658014338052",
    "domain": null,
    "id": 1348811,
    "ip": "208.115.217.132",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Chicago",
    "description": "![[US] RustHaven Main 2X [HIGHLY MODDED] [NPC RAID BASES] [ROAMIN](https://rusthavenmaps.s3.us-east-2.amazonaws.com/HeaderResize.jpg)\nRustHaven Main is a progression-focused PvE Rust server designed for players who want meaningful rewards without PvP chaos. Take on custom events like Raidable Bases, Convoy, Plane Crash, and Harbor events, earn tiered loot balanced to match the effort you put in, and enjoy a fair scrap and server-rewards economy that doesn’t hand everything out. With quality-of-life plugins, active admin support, and cooperative gameplay encouraged, RustHaven Main is the place to build, raid, and progress at your own pace. No wipes, no pay-to-win, just a solid long-term Rust experience.  Questions, Comments, or Concerns, please message us in chat or on Discord: https://discord.gg/vWHZQhp",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778587382,
    "score": null,
    "last_online": 1778638216,
    "icon": null,
    "name": "[US] RustHaven Main 2X [HIGHLY MODDED] [NPC RAID BASES] [ROAMIN",
    "connect": "208.115.217.132:28080",
    "request": "208.115.217.132:28015",
    "map": "Custom Map - Boston: New Land",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1693117538,
    "last_update": 1778638216,
    "banned": false,
    "wipe": 1778195733,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1291,
    "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/1348811");
$data = json_decode($json, true);
var_dump($data);