Rusty Snail x2PvP - Chill - Basements|Skins|Radios|Town 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11004921
json
{
  "response": {
    "fps": 117,
    "fps_avg": 96,
    "entities_count": 77278,
    "world_seed": 1922612086,
    "world_size": 3500,
    "steam_id": "90284252081387523",
    "domain": null,
    "id": 11004921,
    "ip": "76.13.100.16",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Vilnius",
    "description": "Welcome to The Rusty Snail\r\n \r\n A casual 2x Solo / Duo / Trio server built for players who want\r\n longer progression, fewer wipes, and Rust that respects your time.\r\n \r\n • Monthly map wipes\r\n • No BP wipes\r\n • 2x gather & loot\r\n • Light quality-of-life mods only\r\n • Fair, non-playing admin\r\n \r\n To keep the world active during low-pop hours, the server runs\r\n occasional events that encourage PvP and exploration.\r\n These are rare, balanced, and fully PvP-enabled.\r\n \r\n Ideal for after-work players, returning Rust players,\r\n or anyone tired of weekend-only progression.\r\n \r\n Join the Discord for wipe info & updates:\r\n https://discord.gg/uxxknfMN",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775958114,
    "score": 0,
    "last_online": 1776853221,
    "icon": null,
    "name": "Rusty Snail x2PvP - Chill - Basements|Skins|Radios|Town",
    "connect": "76.13.100.16:28015",
    "request": "76.13.100.16:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "LT",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1769939018,
    "last_update": 1776853221,
    "banned": false,
    "wipe": 1775153770,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2157,
    "language": "lt",
    "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/11004921");
$data = json_decode($json, true);
var_dump($data);