面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10805505
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 111157,
    "world_seed": 99457970,
    "world_size": 4750,
    "steam_id": "90286314669376533",
    "domain": null,
    "id": 10805505,
    "ip": "168.100.163.73",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![Vital Rust - US Monthly | 2x | Vanilla+ | No BP Wipes](https://cdn.vgn.gg/media/cloudlink/398654240748339201/019b72d1-d174-714a-93ee-835e90ca5449.png)\nWelcome to where the best of Rust are competing\r\n\r\nBlueprints Schedule: Blueprints will never wipe\r\nWipe Schedule: A week prior to force @ 5pm Eastern Time and First Thursday of every month @ 2pm Eastern Time\r\n\r\nServer is set to have nice QoL Features:\r\n2x Loot tables will all junk removed\r\nSlightly adjusted loot respawns\r\nSlightly adjusted Furnace/Smelt speeds\r\n\r\nFree Features also include: Auto Electrical Branch output setting, Boosted input/output for Water Catchers, Automatic Team Authorization for Turrets and Tool Cupboards, Chainsaws will always hit the resource marker, adjustments to Torpedoes including damage dealt and more, no pay wall, no pay to win. All Free, enjoy.\r\n\r\nstore.vitalrust.com\r\nSupport can be found in our Discord: discord.gg/vital",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778179386,
    "last_online": 1779998427,
    "icon": null,
    "name": "Vital Rust - US Monthly | 2x | Vanilla+ | No BP Wipes",
    "connect": "168.100.163.73:28014",
    "request": "168.100.163.73:28015",
    "map": "Vital Rust Custom",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766921280,
    "last_update": 1779998427,
    "banned": false,
    "wipe": 1778179505,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4059,
    "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/10805505");
$data = json_decode($json, true);
var_dump($data);