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

text
https://api.gamemonitoring.ru/servers/11002172
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11002172,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "St Petersburg",
    "description": "[{\"id\":\"Ewk90EL2Y2\",\"type\":\"paragraph\",\"data\":{\"text\":\"Loop X — зеркало вашего воображения. Каждый объект здесь — вопрос без ответа, каждая конструкция — попытка понять бесконечность. Начните петлю творчества.\"}}]",
    "game": 4000,
    "owner": 160763,
    "boosts": 1,
    "last_offline": 1775887283,
    "score": 5,
    "last_online": 1774988414,
    "icon": null,
    "name": "Loop X",
    "connect": null,
    "request": null,
    "map": "gm_excess_construct_13",
    "gamemode": "Sandbox",
    "version": null,
    "numplayers": 0,
    "maxplayers": 124,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1769915342,
    "last_update": 1775887283,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 2,
    "pvp": 2,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3874,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": {
      "username": "rimkapipirka",
      "avatar": "no.jpg",
      "last_online": 1770411776
    },
    "mods": [
      {
        "id": 1794,
        "name": "Sandbox"
      },
      {
        "id": 1790,
        "name": "Build"
      },
      {
        "id": 1792,
        "name": "PAC"
      }
    ],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11002172");
$data = json_decode($json, true);
var_dump($data);