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

text
https://api.gamemonitoring.in/servers/11189117
json
{
  "response": {
    "fps": 247,
    "fps_avg": 243,
    "entities_count": 110815,
    "world_seed": 91365326,
    "world_size": 4250,
    "steam_id": "90285204044260375",
    "domain": null,
    "id": 11189117,
    "ip": "80.242.59.249",
    "port": 35300,
    "query": 35310,
    "color": 0,
    "city": "Veliky Novgorod",
    "description": "![КЛАССИКА #6 [X2] ДЛЯ НОВИЧКОВ](https://storage.prostoj.store/banners/banner.png)\n→ Раздача скинов каждый час!\r\n→ Повышенные рейты на ресурсы x2\r\n→ Компоненты по умолчанию x1\r\n→ В рыбацких деревнях, ранчо, амбарах есть\r\nпереработчики, станции дронов, нпз!\r\n→ На 50% снижено содержание шкафа!\r\n→ Наши сервера: https://prostoj.store/servers",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777564398,
    "score": 0,
    "last_online": 1777738819,
    "icon": null,
    "name": "КЛАССИКА #6 [X2] ДЛЯ НОВИЧКОВ",
    "connect": "80.242.59.249:35300",
    "request": "80.242.59.249:35310",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 30,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1772699032,
    "last_update": 1777738819,
    "banned": false,
    "wipe": 1777564641,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1308,
    "language": "ru",
    "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.in/servers/11189117");
$data = json_decode($json, true);
var_dump($data);