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

text
https://api.gamemonitoring.ru/servers/9972262
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9972262,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "![#7 DevilRust [PVE] | VANILLA |](https://s3.regru.cloud/img.devilrust/IMG_SERVERS.png)\n- Сервер идеально подходит для новичков для изучения ванильных игровых механник\r\n\r\n- Ванильные настройки\r\n- PVE режим\r\n- Рейты на всё х1\r\n- Стандартные стаки\r\n- Кастомные места под застройку на карте\r\n- Базы для рейда\r\n- NPC на РТ",
    "game": 252490,
    "owner": 163699,
    "boosts": 1,
    "last_offline": 1775368290,
    "score": 0,
    "last_online": 1774472414,
    "icon": null,
    "name": "#7 DevilRust [PVE] | VANILLA |",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": null,
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1754855405,
    "last_update": 1775368290,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8076,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "devilrust",
      "avatar": "ea6a294f-8ad6-4459-b82f-c884a36a1837.png",
      "last_online": 1769714792
    },
    "mods": [],
    "disabled_modules": [
      "chat"
    ]
  }
}

Примеры кода

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