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

text
https://api.gamemonitoring.ru/servers/13794594
json
{
  "response": {
    "fps": 95,
    "fps_avg": 95,
    "map_url": "procedural_map_3000_seed_1605290779_r287",
    "map_kind": "procedural",
    "map_name": "Procedural Map",
    "map_seed": 1605290779,
    "map_size": 3000,
    "map_revision": 287,
    "entities_count": 49692,
    "steam_id": "90291529633486871",
    "domain": null,
    "id": 13794594,
    "ip": "212.22.93.189",
    "port": 28014,
    "query": 28015,
    "project_id": 398,
    "color": 1,
    "city": "Moscow",
    "description": "![gm.link/u211798 БОГ РАСТ 1х РОССИЯ](https://i.imgur.com/Pt7ZVfp.jpeg)\nСервер «БОГ РАСТ» — здесь выживают только сильнейшие! Рестарт каждый день в 08:00 МСК Наша группа ВК: https://clck.ru/3VJKrA",
    "game": 252490,
    "owner": 211798,
    "boosts": 6,
    "last_offline": 1787565457,
    "last_online": 1787620245,
    "icon": null,
    "name": "БОГ РАСТ 1х РОССИЯ",
    "connect": "212.22.93.189:28014",
    "request": "212.22.93.189:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2632",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 2,
    "points": 732,
    "add_date": 1787011458,
    "last_update": 1787620245,
    "ban_reason": null,
    "banned": false,
    "wipe": 1787011008,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "Alexander_Metlyaev",
      "avatar": "001d6e98-61a6-450d-92f4-d5deb1b64897.webp"
    },
    "mods": [
      {
        "id": 1139,
        "name": "Oxide"
      },
      {
        "id": 1277,
        "name": "Rust Map"
      },
      {
        "id": 1855,
        "name": "PlayerAdministration"
      }
    ],
    "disabled_modules": [
      "chat"
    ]
  }
}

Примеры кода

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