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

text
https://api.gamemonitoring.ru/servers/11511138
json
{
  "response": {
    "fps": 83,
    "fps_avg": 82,
    "entities_count": 125284,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286633700055062",
    "domain": null,
    "id": 11511138,
    "ip": "178.234.11.56",
    "port": 28018,
    "query": 28020,
    "project_id": null,
    "color": 0,
    "city": "Chaplygin",
    "description": "![ЛОГОВО СЕКТАНТА](https://i.postimg.cc/rmY1RsrN/result_Halloween.png)\n◈ЛОГОВО СЕКТАНТА◈\r\n  DecayV3.3b\r\n\r\n◈Экономика и GameStore\r\n◈Внутриигровой заработок денег для GameStore\r\n◈Доната нет\r\n◈Увеличенные рейты ресурсов\r\n◈На карте спавнятся боссы,обходите их стороной\r\n◈Плавучие баржи для постройки дома\r\n◈Все для самогоноварения\r\n◈Вертолеты◈Дроны\r\n◈Ивенты\r\n◈Турботехника\r\n◈Домашний переработчик ресурсов\r\n◈Вся информация при спавне на карту",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780614257,
    "last_online": 1780689035,
    "icon": null,
    "name": "ЛОГОВО СЕКТАНТА",
    "connect": "178.234.11.56:28018",
    "request": "178.234.11.56:28020",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353838,
    "last_update": 1780689035,
    "banned": false,
    "wipe": 1780595839,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5101,
    "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.ru/servers/11511138");
$data = json_decode($json, true);
var_dump($data);