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

text
https://api.gamemonitoring.ru/servers/11864640
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11864640,
    "ip": null,
    "port": null,
    "query": null,
    "project_id": 54,
    "color": 0,
    "city": "Фалькенштайн",
    "description": "[{\"id\":\"ZBJG3qfCqp\",\"type\":\"paragraph\",\"data\":{\"text\":\"We.are.Games - JOIN US!\"}},{\"id\":\"r_-r4uVmH4\",\"type\":\"paragraph\",\"data\":{\"text\":\"[DISCORD](https://dc.are.games)\"}}]",
    "game": 10,
    "owner": 203125,
    "boosts": 1,
    "last_offline": 1787810765,
    "last_online": 1786872003,
    "icon": null,
    "name": "[ DM ARENA ] We.are.Games [VIP][CTvTT][RANKING++][SKINS]",
    "connect": null,
    "request": null,
    "map": "fy_lab2",
    "gamemode": "WaG",
    "version": "1.1.2.7/Stdio",
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1782578524,
    "last_update": 1787810765,
    "ban_reason": null,
    "banned": false,
    "hidden": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6236,
    "language": "de",
    "parked": true,
    "app": {
      "id": 3,
      "steam_id": 10,
      "name": "Counter-Strike",
      "url": "counter-strike"
    },
    "server_owner": {
      "username": "we_are_games",
      "avatar": "65f03fd1-7944-46ec-87ab-1aa937aa3132.webp"
    },
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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