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

text
https://api.gamemonitoring.ru/servers/11506157
json
{
  "response": {
    "steam_id": null,
    "domain": "mc.infinitechill.ru",
    "id": 11506157,
    "ip": "143.20.155.11",
    "port": 25611,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": "Warsaw",
    "description": "[{\"id\":\"iiZ7Kg6J-n\",\"type\":\"paragraph\",\"data\":{\"text\":\"Миры:\"}},{\"id\":\"P2hF9hNzXl\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Тропический рай (Строительство и уют).\"}},{\"id\":\"k4n4SwR428\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Ледяной север (Хардкор и атмосфера).\"}},{\"id\":\"STE9pKQq3p\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Великая пустыня (Вызов для кочевников).\"}},{\"id\":\"9j-u6SGjPa\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Мир-Океан (Survival под толщей воды, высота 256!).\"}},{\"id\":\"Ms996XnzKi\",\"type\":\"paragraph\",\"data\":{\"text\":\"Фишки сервера:\"}},{\"id\":\"3NtkNJ9UD2\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Голосовой чат (Plasmo Voice) & поддержка VR.\"}},{\"id\":\"xracub79Ir\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Трансляция чата в Telegram и обратно.\"}},{\"id\":\"4owShY6GtB\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Удобная онлайн-карта всех миров.\"}},{\"id\":\"T8IlqALzMh\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Команды /sit, /lay и кастомные скины.\"}},{\"id\":\"k623IrcWHI\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Защита построек и адекватное комьюнити.\"}},{\"id\":\"M1CmfWGJsN\",\"type\":\"paragraph\",\"data\":{\"text\":\"Заходи и чилль вместе с нами!\"}}]",
    "game": 9000034,
    "owner": 195494,
    "boosts": 1,
    "last_offline": 1784039633,
    "last_online": 1787544249,
    "icon": null,
    "name": "InfiniteChill 1.18-26.1.2+ Telegram: t.me/infinite_chill",
    "connect": "mc.infinitechill.ru:25611",
    "request": null,
    "map": null,
    "gamemode": null,
    "version": "1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1",
    "numplayers": 0,
    "maxplayers": 101,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1779259222,
    "last_update": 1787544249,
    "ban_reason": null,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": true,
    "position_game": 47,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft"
    },
    "server_owner": {
      "username": "anonimno322",
      "avatar": "no.jpg"
    },
    "mods": [
      {
        "id": 1710,
        "name": "TAB"
      },
      {
        "id": 1699,
        "name": "LuckPerms"
      },
      {
        "id": 1596,
        "name": "ViaVersion"
      },
      {
        "id": 1720,
        "name": "WorldGuard"
      },
      {
        "id": 1595,
        "name": "SkinsRestorer"
      },
      {
        "id": 1591,
        "name": "CoreProtect"
      },
      {
        "id": 2377,
        "name": "AuthVH"
      }
    ],
    "disabled_modules": [
      "chat"
    ],
    "map_url": null
  }
}

Примеры кода

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