Randum Rust 5x PVE |Raids|SkillTree|Events|Kits 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11018227
json
{
  "response": {
    "fps": 61,
    "fps_avg": 58,
    "entities_count": 157510,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90284812034117635",
    "domain": null,
    "id": 11018227,
    "ip": "66.51.99.49",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Dallas",
    "description": "![Randum Rust 5x PVE |Raids|SkillTree|Events|Kits](https://i.ibb.co/276Lk2z3/Randum-Rust5x-Pv-E-Banner.png)\nRandum Rust 5x PVE \r\n Fresh Wipe 4/16/2026 \r\n Welcome to Randum Rust 5x \r\n Dive into a fast-paced Rust experience built for fun, fairness, and chaos in all the right ways. Our server is backed by friendly, active staff and hands-on admins who are always around to help, keep things balanced, and ensure a smooth experience for everyone. \r\n Expect custom content, unique events, and carefully tuned gameplay that keeps things fresh wipe after wipe. Whether you’re a seasoned survivor or jumping into Rust for the first time, you’ll find a welcoming community, exciting challenges, and plenty of action waiting for you. \r\n Join up, gear up, and see what makes Randum Rust different.\r\n -TeleportGUI\r\n -Backpacks\r\n -AutoLock\r\n -Restore Upon Death\r\n-Heli-Signals\r\n-Zombie Infection\r\n -Raidable-Bases\r\n -Abandoned Bases\r\n -Bradley Drops\r\n -Free Kits\r\n -Defendable Bases\r\n -Convoy\r\n -Free Mini\r\n -Absolute Sorter\r\n -Armored Train\r\n -The Offering\r\n -Better TC\r\n Mercenary Ranks\r\n -Furnace Upgrades\r\n \r\n AND MUCH MORE",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776380618,
    "score": 0,
    "last_online": 1776868820,
    "icon": null,
    "name": "Randum Rust 5x PVE |Raids|SkillTree|Events|Kits",
    "connect": "66.51.99.49:28015",
    "request": "66.51.99.49:28016",
    "map": "Wiped 5 days ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1769944478,
    "last_update": 1776868820,
    "banned": false,
    "wipe": 1776380770,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2351,
    "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/11018227");
$data = json_decode($json, true);
var_dump($data);