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

text
https://api.gamemonitoring.ru/servers/8171764
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 8171764,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![gm.link/u35772 ALTEREGO [DV] КЛАССИКА X2](https://i.imgur.com/QXzlyKC.png)\nСервер в активной разработке. \r\n\r\nЛимит игроков в команде: без лимита\r\n\r\n• Рейты добычи ресурсов x2\r\n\r\nВайп карты: каждую пятницу в 18:00 (время по Владивостоку)\r\nВайп рецептов: каждые две недели",
    "game": 252490,
    "owner": 35772,
    "boosts": 1,
    "last_offline": 1750457066,
    "score": 0,
    "last_online": 1742518829,
    "icon": null,
    "name": "ALTEREGO [DV] КЛАССИКА X2",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1742294290,
    "last_update": 1750457066,
    "banned": false,
    "wipe": 1741964682,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8710,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "zeliboba",
      "avatar": "24a0b80f-60a8-4b48-885d-f6e50d0080b2.jpg",
      "last_online": 1776186779
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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