面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/754724
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 117107,
    "world_seed": 1877911820,
    "world_size": 4500,
    "steam_id": "90286358989812760",
    "domain": null,
    "id": 754724,
    "ip": "135.148.136.211",
    "port": 28020,
    "query": 28021,
    "color": 0,
    "city": "Watson",
    "description": "![[US]BUMFUZZLERTOPIA 3x|Insta|Super Skins|FULL WIPE 5/7 3PM EST](https://bumfuzzler.net/rust/images/topiaheader.jpg)\nUNIQUE experience! CUSTOM FEATURES found no where else, FRIENDLY community & ACTIVE Admins!\r\n\r\n♕ 3x Loot | ♠ 3x Gather | ✩ Max Group 5 | ⁂ Low Decay | ☀ Bi-Weekly Thursday wipes\r\n✪ ADMIN INTEGRITY, admins & moderators don't play, only manage the server\r\n\r\nNEW PLAYER EASY STARTUP\r\n--------------------------------\r\n➀ Complete base protection until LVL 15 unless aggressive ➁ 50% damage & radiation reduction until LVL 7 ➂ Require 50% less food & water until LVL 7 ➃ Medicine 50% more effective until LVL 7 ➄ Undetected by all AI until LVL 7 unless aggressive\r\n\r\nCUSTOM FEATURES ONLY FOUND HERE\r\n--------------------------------\r\n✩ 30 Prestige Levels unlock features with time played\r\n✩ Raid Shield gives new player protection, charge offline shields with playtime\r\n✩ Weapon Evolution allows weapon upgrades to more powerful versions\r\n✩ Firework displays at night drop loot\r\n✩ Raid Sympathy gives back a portion of resources when raided\r\n✩ Super Skins give dodge, more damage and gathering power\r\n✩ Floating foundations allow building water bases\r\n✩ Craft drones for stealthy recon missions\r\n✩ Jason Voorhees & Freddy Krueger bosses, hockey mask, claws, nuff said\r\n✩ Custom monuments gain access to special kits when location is discovered\r\n✩ Leaderboards unlock special kits when you top the list\r\n✩ Wandering zombies drop special loot required for quests\r\n✩ Super Heli & Super Bradley provide more loot with new challenging behaviors\r\n✩ and so many more!\r\n\r\nVisit us at www.bumfuzzler.net for more info & the subscribe kit!\r\nJoin our Discord at https://discord.gg/37uNKRX",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779884603,
    "last_online": 1780570832,
    "icon": null,
    "name": "[US]BUMFUZZLERTOPIA 3x|Insta|Super Skins|FULL WIPE 5/7 3PM EST",
    "connect": "135.148.136.211:28020",
    "request": "135.148.136.211:28021",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1677863239,
    "last_update": 1780570832,
    "banned": false,
    "wipe": 1778194641,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2260,
    "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/754724");
$data = json_decode($json, true);
var_dump($data);