[CA] RUSTED VOLKSWAGEN - 2X WEEKLY - WIPED ON MAY/01/2026 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11189278
json
{
  "response": {
    "fps": 128,
    "fps_avg": 128,
    "entities_count": 69839,
    "world_seed": 487995736,
    "world_size": 3500,
    "steam_id": "90285196789435398",
    "domain": null,
    "id": 11189278,
    "ip": "74.112.47.118",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Toronto",
    "description": "![[CA] RUSTED VOLKSWAGEN - 2X WEEKLY - WIPED ON MAY/01/2026](https://raw.githubusercontent.com/GameServerManagers/LinuxGSM-Docs/master/.gitbook/assets/linuxgsm_colour_white_logo_wordmark_512.png)\nWelcome to Rusted Volkswagen 2x Vanilla PVP!\r\n\r\nWipes every Thursday afternoon at 2:30pm to be inline with Facepunch's update schedule.\r\nMonthly BP wipe.\r\n2x Loot.\r\n\r\nMax Team: No Limit\r\n\r\nJoin us on Discord here: discord.gg/Q6ht8NxU\r\n\r\nWe have active moderators, so please report cheaters or annoying assholes.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777612346,
    "score": 0,
    "last_online": 1777710624,
    "icon": null,
    "name": "[CA] RUSTED VOLKSWAGEN - 2X WEEKLY - WIPED ON MAY/01/2026",
    "connect": "74.112.47.118:28015",
    "request": "74.112.47.118:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699039,
    "last_update": 1777710624,
    "banned": false,
    "wipe": 1777612806,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4630,
    "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/11189278");
$data = json_decode($json, true);
var_dump($data);