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

text
https://api.gamemonitoring.ru/servers/556896
json
{
  "response": {
    "fps": 478,
    "fps_avg": 481,
    "entities_count": 75429,
    "world_seed": 1619593185,
    "world_size": 4250,
    "steam_id": "90286581747346440",
    "domain": null,
    "id": 556896,
    "ip": "185.189.255.137",
    "port": 35100,
    "query": 35110,
    "color": 0,
    "city": "Moscow",
    "description": "![МОСКОВСКИЙ #1|Для новичков|X2](https://storage.prostoj.store/banners/mskbanner.png)\nКлассический сервер X2, идеально подходит для НОВИЧКОВ\r\n→ Мы за комфортное выживание\r\n→ Без ограничений игроков в команде\r\n→ Стирание карты раз в 2 недели, обнуление изучений раз в месяц\r\n→ В рыбацких деревнях, ранчо, амбарах есть переработчики, станции дронов, нпз\r\n→ На 50% снижено содержание шкафа\r\n→ Размер карты 4250 ЖД депо",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780204432,
    "last_online": 1780594229,
    "icon": null,
    "name": "МОСКОВСКИЙ #1|Для новичков|X2",
    "connect": "185.189.255.137:35100",
    "request": "185.189.255.137:35110",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1665918875,
    "last_update": 1780594229,
    "banned": false,
    "wipe": 1780059028,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2123,
    "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/556896");
$data = json_decode($json, true);
var_dump($data);