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

text
https://api.gamemonitoring.ru/servers/6694423
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 6694423,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![Kuzbass_x2_Classic WargmClaim264028 ipg25096](http://i.imgur.com/D3vowDb.jpg)\n-Система подарков\r\n-Стаки 10к\r\n-Потребление ресурсов в шкафу уменьшено в 2 раза\r\n-Ивент с ящиком\r\n-Рейты х2(Ночью х4)\r\n-Рюкзаки\r\n-День 50м ночь 10м\r\n-(Глобал вайп каждый первый четверг месяца)",
    "game": 252490,
    "owner": 92053,
    "boosts": 1,
    "last_offline": 1750457066,
    "last_online": 1739292634,
    "icon": null,
    "name": "Kuzbass x2 Classic",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 160,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1732080969,
    "last_update": 1750457066,
    "banned": false,
    "wipe": 1738877599,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13232,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "dimasvesh1998",
      "avatar": "b34b1f1a-1993-4367-9afc-bbd03899a360.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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