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

text
https://api.gamemonitoring.ru/servers/448723
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 448723,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![$EXITRUST #1 MAX 3 [ X3/10 | LOOT+ | EVENT | CUSTOM ]](https://imgur.com/uDbaeA2.png)\n♦ Рейты добычи Ресурсов x3-10\n♦ Кол-во игроков в команде: 3 (MAX3)\n♦ Ивенты - Конвой и Кобальт Лаборатория\n♦ Быстрые печи, Переработчик, Аир Дроп\n♦ Авто-лутание Бочек и Знаков\n\nГруппа вк: vk.com/exitrust \nДонат магазин: exit-rust.ru",
    "game": 252490,
    "owner": 31008,
    "boosts": 1,
    "last_offline": 1750457066,
    "score": null,
    "last_online": 1742649656,
    "icon": null,
    "name": "Rust Fox 1 [MAX3|KIT|Х2|ДЛЯ НОВИЧКОВ]",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1630779811,
    "last_update": 1750457066,
    "banned": false,
    "wipe": 1742568889,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7060,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "AlexVeselov",
      "avatar": "da8b5b96-f01a-4d33-9834-e60b6a2c547d.jpg",
      "last_online": 1677266388
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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