[EU] RUST ROOM BUILD 2.0 by GJ #2 | CREATIVE & SANDBOX 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10805196
json
{
  "response": {
    "fps": 237,
    "fps_avg": 236,
    "entities_count": 72633,
    "world_seed": 1337,
    "world_size": 6000,
    "steam_id": "90285016317510687",
    "domain": null,
    "id": 10805196,
    "ip": "162.19.136.54",
    "port": 38015,
    "query": 38017,
    "color": 0,
    "city": "Limburg an der Lahn",
    "description": "![[EU] RUST ROOM BUILD 2.0 by GJ #2 | CREATIVE & SANDBOX](https://pic.survivalhost.org/images/2025/12/23/EU-2.png)\nRUST ROOM BUILD is a building server created and fine-tuned by builders for builders. \nWe offer:\n - complete absence of lags\n - low ping\n - the entire server in English\n - a variety of useful plugins for building\n - symmetry in structures\n - a convenient base browser\n - a flexible system for collaborative building",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776872001,
    "score": 0,
    "last_online": 1777316414,
    "icon": null,
    "name": "[EU] RUST ROOM BUILD 2.0 by GJ #2 | CREATIVE & SANDBOX",
    "connect": "162.19.136.54:38015",
    "request": "162.19.136.54:38017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 75,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 95,
    "add_date": 1766921205,
    "last_update": 1777316414,
    "banned": false,
    "wipe": 1777255791,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 207,
    "language": "de",
    "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/10805196");
$data = json_decode($json, true);
var_dump($data);