प्रोग्राम, वेबसाइट और अन्य के लिए JSON

text
https://api.gamemonitoring.in/servers/10973364
json
{
  "response": {
    "steam_id": "85568392935951892",
    "domain": null,
    "id": 10973364,
    "ip": "95.31.249.50",
    "port": 27020,
    "query": 27020,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"H9pdUeaA9s\",\"type\":\"paragraph\",\"data\":{\"text\":\"<br data-empty=\\\"true\\\">\\n Сервер в Твери = Минимальный пинг Хорошая защита от читеровУдобная репорт-система через Discord\\nНет лагов и просадокПривязка к Дискорд серверу вашего аккаунта, для ролей\"}}]",
    "game": 730,
    "owner": 65149,
    "boosts": 1,
    "last_offline": 1777090392,
    "score": 0,
    "last_online": 1777614612,
    "icon": null,
    "name": "➥███ [TVERPUB.SPACE] KZ | !WS !LVL !RS",
    "connect": "95.31.249.50:27020",
    "request": "95.31.249.50:27020",
    "map": "kz_checkmate",
    "gamemode": "Counter-Strike 2",
    "version": "1.41.5.8",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1769628409,
    "last_update": 1777614612,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 175,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "Klitix",
      "avatar": "no.jpg",
      "last_online": 1773149760
    },
    "mods": [
      {
        "id": 343,
        "name": "Skins"
      },
      {
        "id": 167,
        "name": "cs2kz"
      }
    ],
    "disabled_modules": [
      "reviews",
      "chat"
    ]
  }
}

कोड उदाहरण

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