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

text
https://api.gamemonitoring.ru/servers/11260604
json
{
  "response": {
    "fps": 3,
    "fps_avg": 9,
    "entities_count": 36569,
    "world_seed": 1083143685,
    "world_size": 2800,
    "steam_id": "90286331366812685",
    "domain": null,
    "id": 11260604,
    "ip": "66.51.97.54",
    "port": 28005,
    "query": 28006,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] Kaprad Rust | 10x | No BP | Solo/Duo/Trio | Monthly Wipe](http://rust.kapradstudio.co.uk/server_images/Bannerimg.png)\n#1 10x Monthly Wipe\r\n#2 No Blueprints - All BPs Unlocked\r\n#3 Solo/Duo/Trio Only\r\n#4 Fast Smelting / Instant Craft\r\n#5 Active Admin | No Pay-to-Win\r\n#6 Discord: rust.kapradstudio.co.uk",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780585417,
    "last_online": 1780243234,
    "icon": null,
    "name": "[EU] Kaprad Rust | 10x | No BP | Solo/Duo/Trio | Monthly Wipe",
    "connect": "66.51.97.54:28005",
    "request": "66.51.97.54:28006",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774555198,
    "last_update": 1780585417,
    "banned": false,
    "wipe": 1779991738,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10879,
    "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/11260604");
$data = json_decode($json, true);
var_dump($data);