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

text
https://api.gamemonitoring.ru/servers/16125130
json
{
  "response": {
    "steam_id": "90292700306065438",
    "domain": null,
    "id": 16125130,
    "ip": "213.176.72.137",
    "port": 37252,
    "query": 27253,
    "project_id": null,
    "color": 0,
    "city": "Лондон",
    "description": null,
    "game": 221100,
    "boosts": 1,
    "last_offline": 1789243234,
    "last_online": 1789322412,
    "icon": null,
    "name": "Frostlands Cryo Frostlands :: Trader | Loot++ PvE X20 Loot Trade",
    "connect": "213.176.72.137:37252",
    "request": "213.176.72.137:27253",
    "map": "chernarusplus",
    "gamemode": null,
    "version": "1.29.163709",
    "numplayers": 89,
    "maxplayers": 90,
    "bots": 89,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 112,
    "add_date": 1789236921,
    "last_update": 1789322412,
    "ban_reason": "server.ban_reasons.fake_player_activity",
    "banned": true,
    "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": null,
    "language": "en",
    "parked": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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