面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11501766
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 74269,
    "world_seed": 1303588731,
    "world_size": 3700,
    "steam_id": "90286526352267283",
    "domain": null,
    "id": 11501766,
    "ip": "66.51.97.60",
    "port": 28055,
    "query": 28056,
    "color": 0,
    "city": "City of London",
    "description": "![◈THE DEADEYTES◈ UK Medieval Rust Zombies 3x PvP Server Free](https://i.ibb.co/TM2S86xs/Deadeytes-UK-Logo-1024-512.png)\nWelcome to ◈THE DEADEYTES◈ UK Medieval Rust Zombies 3x PvP Server\r\n\r\n◈ ZOMBIES PVP with Offline Raid Protection ◈\r\n• Skill Tree XP & RPG Progression: Level up & gain unique perks that will benefit you in the journey to conquer the server. \r\n• 2 Skill points per level up - Max level 50 - Max points 75 (find skill point items in crates)\r\n• 3x Gather and Harvesting Rates\r\n• Up to 24hour offline raid protection - pay in scrap in your TC\r\n• Wipe Cycle: Map wipes monthly.\r\n• NEXT FULL WIPE: May 7th, 2026.\r\n\r\n◈ UNIQUE SERVER FEATURES ◈\r\n• Free Tier 1 blueprints opened for all players\r\n• Customizable Skill Tree\r\n• Blueprint Share\r\n• Minimap\r\n• Free Backpack after 10 hrs of play (3 slots)\r\n• Upgrades to 6 slots after 50 hrs of play\r\n• Gain RP for playtime\r\n• Zombies have 50HP and die to headshots\r\n• VIP option (bigger backpack, skins, remover tool, kits, corpse tp, higher skill tree max points, 4 points per level up, 125 skills max)\r\n\r\n◈ COMMUNITY & RULES ◈\r\n• Strictly No Toxicity, Racism, or Harassment. \r\n•• Zero tolerance for rule breakers ••",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779207180,
    "last_online": 1780567829,
    "icon": null,
    "name": "◈THE DEADEYTES◈ UK Medieval Rust Zombies 3x PvP Server Free",
    "connect": "66.51.97.60:28055",
    "request": "66.51.97.60:28056",
    "map": "Procedural Map",
    "gamemode": "Primitive",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207180,
    "last_update": 1780567829,
    "banned": false,
    "wipe": 1778284069,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4748,
    "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/11501766");
$data = json_decode($json, true);
var_dump($data);