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

text
https://api.gamemonitoring.ru/servers/11644859
json
{
  "response": {
    "fps": 112,
    "fps_avg": 108,
    "map_url": "procedural_map_3700_seed_2078046627_r287",
    "map_kind": "procedural",
    "map_name": "Procedural Map",
    "map_seed": 2078046627,
    "map_size": 3700,
    "map_revision": 287,
    "entities_count": 87431,
    "steam_id": "90291200142162960",
    "domain": null,
    "id": 11644859,
    "ip": "185.189.255.113",
    "port": 35600,
    "query": 35610,
    "project_id": null,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"qjjRzgNiP1\",\"type\":\"image\",\"data\":{\"caption\":\"[RU] URAGAN RUST | X3 | NO LIMIT\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://pic.survivalhost.org/images/2019/04/07/712bc4d43d8fd5c68118d71d48125d26.png\"}}},{\"id\":\"7CMDWgB0Pr\",\"type\":\"paragraph\",\"data\":{\"text\":\"читы - бан,\\nбагоюз - бан, \\nоскорбление - бан, \\nоскорбление администрации - расстрел,потом бан. \\nвсем удачи.\"}}]",
    "game": 252490,
    "owner": 199949,
    "boosts": 1,
    "last_offline": 1787098328,
    "last_online": 1787154072,
    "icon": null,
    "name": "URAGAN RUST | X5 | MAX 5",
    "connect": "185.189.255.113:35600",
    "request": "185.189.255.113:35610",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2632",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1780177438,
    "last_update": 1787154072,
    "ban_reason": null,
    "banned": false,
    "wipe": 1786062002,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 365,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "afastor",
      "avatar": "f8097f66-f216-480a-9db3-59b615243847.webp"
    },
    "mods": [
      {
        "id": 979,
        "name": "Kits"
      },
      {
        "id": 1323,
        "name": "Shop"
      },
      {
        "id": 926,
        "name": "IQChat"
      },
      {
        "id": 947,
        "name": "IQRates"
      },
      {
        "id": 1227,
        "name": "RaidBlock"
      },
      {
        "id": 952,
        "name": "IQTeleportation"
      },
      {
        "id": 931,
        "name": "IQEconomic"
      },
      {
        "id": 1451,
        "name": "Trade"
      },
      {
        "id": 1528,
        "name": "Wipe Block"
      },
      {
        "id": 1389,
        "name": "Stacks"
      },
      {
        "id": 942,
        "name": "IQMenu"
      },
      {
        "id": 1947,
        "name": "Report"
      },
      {
        "id": 527,
        "name": "Ban System"
      }
    ],
    "disabled_modules": []
  }
}

Примеры кода

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