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

text
https://api.gamemonitoring.ru/servers/11429697
json
{
  "response": {
    "steam_id": "90283877252993041",
    "domain": null,
    "id": 11429697,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Wroclaw",
    "description": null,
    "game": 1200,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774651393,
    "score": 0,
    "last_online": 1775836268,
    "icon": null,
    "name": "[PL]�RedOrchestra.PL�Siebenb�rgen�(RotT+)�FightNight",
    "connect": null,
    "request": null,
    "map": "RO-Nalchik",
    "gamemode": "Red Orchestra Beta",
    "version": "1.0.8.7",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774651393,
    "last_update": 1775836268,
    "banned": 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": 3,
    "language": "pl",
    "parked": true,
    "app": {
      "id": 93,
      "steam_id": 1200,
      "name": "Red Orchestra: Ostfront 41-45",
      "url": "red-orchestra-ostfront-41-45"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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