JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/11159882
json
{
  "response": {
    "fps": 59,
    "fps_avg": 55,
    "entities_count": 124497,
    "world_seed": 0,
    "world_size": 4500,
    "steam_id": 90286604178350110,
    "domain": null,
    "id": 11159882,
    "ip": "24.235.3.78",
    "port": 28015,
    "query": 27015,
    "color": 0,
    "city": "Elkhorn",
    "description": "![Dark Void | Custom PvE | NPCs + Events | Hardcore](https://i.postimg.cc/wxCPbQCr/banner-2-1.png)\nDARK VOID | HARDCORE PVE\r\n---------------------------------------\r\n* Beyond Vanilla: Experience a mysterious, custom-built world.\r\n* Lethal Presence: Custom NPCs defend all major locations.\r\n* No Safe Zones: Boss monsters roam the world. Nowhere is safe.\r\n* No Tech Tree: Blueprints must be found or traded.\r\n* Tiered Events: Raids, Dungeons, Convoys & more for top-tier loot.\r\n* Skill Tree: Level up to unlock powerful perks.\r\n* Many QoL Changes: Careful balance of convenience and difficulty.\r\n* Nature Shop: Instant access to deployable nature, furniture, and animals.\r\n* HARDCORE MODE ENABLED: No map. No safe zones. No weapon crafting.\r\n---------------------------------------\r\nDon't just play Rust. Survive the Void.\r\n\r\nJOIN OUR COMMUNITY: discord.darkvoid.gg",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780567467,
    "last_online": 1780599630,
    "icon": null,
    "name": "Dark Void | Custom PvE | NPCs + Events | Hardcore",
    "connect": "24.235.3.78:28015",
    "request": "24.235.3.78:27015",
    "map": "Custom Map",
    "gamemode": "Hardcore",
    "version": "2627",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1772228145,
    "last_update": 1780599630,
    "banned": false,
    "wipe": 1780596568,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1481,
    "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.ru/servers/11159882");
$data = json_decode($json, true);
var_dump($data);