Radioactive Rust - LU | 3x Gather | Slow Decay 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11305224
json
{
  "response": {
    "fps": 40,
    "fps_avg": 43,
    "entities_count": 154371,
    "world_seed": 1337,
    "world_size": 5001,
    "steam_id": "90284551393425428",
    "domain": null,
    "id": 11305224,
    "ip": "83.99.90.69",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Luxembourg",
    "description": "![Radioactive Rust - LU | 3x Gather | Slow Decay](https://f.yona.lu/branding/rust-lu.png)\nA small casual Rust Server with PvE elements hosted in Luxembourg. Some Info: \r\n - 4 Group Max \r\n - 3x Gathering \r\n - Slow Building Decay / Slow Vehicle Decay / No Boombox Decay \r\n - Remover Tool (/remove) \r\n - Sign Artist (/sil link to image) \r\n - Teleportation + Homes \r\n - Extra Loot \r\n  \r\n Coming Soon: \r\n  \r\n - (Raidable Bases) \r\n - (NPC Raids) \r\n Lore and custom events \r\n  \r\n  \r\n  Join our Discord for more info: https://discord.gg/hkYTCurPRq",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776410620,
    "score": 0,
    "last_online": 1777000822,
    "icon": null,
    "name": "Radioactive Rust - LU | 3x Gather | Slow Decay",
    "connect": "83.99.90.69:28015",
    "request": "83.99.90.69:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "LU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592880,
    "last_update": 1777000822,
    "banned": false,
    "wipe": 1776031867,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5012,
    "language": "lb",
    "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/11305224");
$data = json_decode($json, true);
var_dump($data);