面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10896062
json
{
  "response": {
    "fps": 147,
    "fps_avg": 151,
    "entities_count": 75392,
    "world_seed": 721877024,
    "world_size": 3750,
    "steam_id": "90286627700465687",
    "domain": null,
    "id": 10896062,
    "ip": "5.226.141.69",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] SMK n RUST 2x-20x |UpgradableWeapons|Skills|Farming|Shop|](https://i.ibb.co/7JY3Qv20/SMK3.png)\nWelcome to SMK n RUST PVE!\r\nLone wolf or full squad — everyone is welcome.\r\n──────────────────────────────\r\nSERVER INFO\r\n──────────────────────────────\r\nGather Rate   — x2 base → up to x20 with max Skills\r\nTeam Size     — No limits — solos and squads welcome!\r\nServer Type   — Modded PVE — no player damage\r\nDaily Restart — Every day at 03:00 (Ljubljana time)\r\nWipe Cycle    — Monthly — map & blueprints\r\n──────────────────────────────\r\nWHAT TO EXPECT\r\n──────────────────────────────\r\nCustom NPCs — Harder enemies with unique loot at every monument.\r\nUpgradable Weapons — Level your weapons up to LV15.\r\nSkills System — XP skill tree affecting gather rate, combat & crafting.\r\nFarming & Weed — Special seeds, custom plants and processing.\r\nGathering Clothes — Clothing sets that boost your resource yield.\r\nBradley & Helicopter — Custom spawns, more frequent, more loot.\r\nCustom Craft — Unique recipes and resources not found in vanilla.\r\nAirdrops — Call them in via shop or earn through events.\r\nTeleport — Set homes and teleport across the map.\r\nBackpack — Extra inventory beyond vanilla limits.\r\nBuilding Grades — Upgrade base tiers with a single command.\r\nServer Shop — Rare items and tools not found in the wild.\r\nMini Games — Server-wide events with prizes.\r\nStarter Kits — Hit the ground running after every wipe.\r\n──────────────────────────────\r\nDISCLAIMER\r\n──────────────────────────────\r\nSMK n RUST PVE is a young server with custom content. Bugs may occur — please report them on our Discord. We appreciate your patience!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780653862,
    "last_online": 1780654228,
    "icon": null,
    "name": "[EU] SMK n RUST 2x-20x |UpgradableWeapons|Skills|Farming|Shop|",
    "connect": "5.226.141.69:28080",
    "request": "5.226.141.69:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768383761,
    "last_update": 1780654228,
    "banned": false,
    "wipe": 1780600470,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2656,
    "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/10896062");
$data = json_decode($json, true);
var_dump($data);