[EU] Panda Rust | 3x | Vanilla | Solo Duo Trio Quad 4/21 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10780538
json
{
  "response": {
    "fps": 100,
    "fps_avg": 100,
    "entities_count": 53074,
    "world_seed": 109874240,
    "world_size": 3250,
    "steam_id": "90284733549706243",
    "domain": null,
    "id": 10780538,
    "ip": "185.248.134.39",
    "port": 28037,
    "query": 28035,
    "color": 0,
    "city": "London",
    "description": "![[EU] Panda Rust | 3x | Vanilla | Solo Duo Trio Quad 4/21](https://i.imgur.com/ZwWN6ni.png)\n[EU] Panda Rust 3x Quad\r\n\r\nTeam limit 4\r\nCustom events (Convoy, Armored Train , Guess The Number)\r\nExclusive Plugins (Free VIP, Skill Tree, Voice chat rewards, Fast Monument Respawns)\r\nQuality of life addons (Shared BP's, Fast Nights, Quick Smelt, Building workbench)\r\nMini's spawn on roads\r\nBoats spawn on shores\r\n\r\nOffline raid protection between 11 PM London time to 2 PM London time (can still raid online players, 30 minute cooldown after logging off)\r\n\r\nWipes twice a week on Friday's and Tuesday at 12 PM London Time\r\nBP's Wipes monthly.\r\n\r\nAll rules and other information can be found in our discord here >> discord.gg/pandarust \r\nPurchase VIP at store.pandarust.com or click View Webpage",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776685397,
    "score": 0,
    "last_online": 1776837022,
    "icon": null,
    "name": "[EU] Panda Rust | 3x | Vanilla | Solo Duo Trio Quad 4/21",
    "connect": "185.248.134.39:28037",
    "request": "185.248.134.39:28035",
    "map": "Wiped 18 Hours Ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766872414,
    "last_update": 1776837022,
    "banned": false,
    "wipe": 1776768985,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4027,
    "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/10780538");
$data = json_decode($json, true);
var_dump($data);