[EU/GER] RustCore |x10farming/Loot++/Kits/Shop/MyMini/Home/Clan 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11305897
json
{
  "response": {
    "fps": 155,
    "fps_avg": 173,
    "entities_count": 97211,
    "world_seed": 1906185140,
    "world_size": 4000,
    "steam_id": "90284680720339986",
    "domain": null,
    "id": 11305897,
    "ip": "172.240.18.183",
    "port": 26900,
    "query": 26901,
    "color": 0,
    "city": "Ashburn",
    "description": "🔥 Welcome to [EU/GER] RustCore 🔥  ⚡ 10X Gather Rates 💰 Better Loot+ 📘 No Blueprints (NoBP) 🎁 Free Kits 🛒 Shop System 🚁 MyMini 🏠 /Home 👥 Clans 🛡️ Active Admins  Rules ✔ No cheating ✔ No racism ✔ Respect players  Have fun and dominate the server! 💀",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776978150,
    "score": 0,
    "last_online": 1776705627,
    "icon": null,
    "name": "[EU/GER] RustCore |x10farming/Loot++/Kits/Shop/MyMini/Home/Clan",
    "connect": "172.240.18.183:26900",
    "request": "172.240.18.183:26901",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774592904,
    "last_update": 1776978150,
    "banned": false,
    "wipe": 1775154904,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9218,
    "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/11305897");
$data = json_decode($json, true);
var_dump($data);