US-2X-PVE-Monthly-Skills-SusRust x2 的 API

我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/9528305
json
{
  "response": {
    "fps": 85,
    "fps_avg": 107,
    "entities_count": 139541,
    "world_seed": 1337,
    "world_size": 4800,
    "steam_id": "90284221446711301",
    "domain": null,
    "id": 9528305,
    "ip": "104.128.58.230",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Chicago",
    "description": "![US-2X-PVE-Monthly-Skills-SusRust x2](https://susrust.com/img/us2xpveepicloot.png)\nMap---> Wipes Monthly \r\nBluePrints---> Monthly \r\n\r\n    Skill Tree - Remover Tool - Personal Patrol Heli - Kit\r\n    Extended Industrial - Vehicle AirDrops - Increased Stacks - Shop\r\n    Teleports - Raidable Bases - SkinBox - Roaming NPC's\r\n    Clans - Play Time Rewards - Extra Lootables\r\n\r\nNo Ban Evading - No Rust or VAC Bans Under 120 days",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775904715,
    "score": 0,
    "last_online": 1775906415,
    "icon": null,
    "name": "US-2X-PVE-Monthly-Skills-SusRust x2",
    "connect": "104.128.58.230:28015",
    "request": "104.128.58.230:28016",
    "map": "High FPS | Wiped - 8d ago",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1750538020,
    "last_update": 1775906415,
    "banned": false,
    "wipe": 1775154925,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5819,
    "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/9528305");
$data = json_decode($json, true);
var_dump($data);