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

text
https://api.gamemonitoring.ru/servers/14071532
json
{
  "response": {
    "os": "w",
    "region": 255,
    "product": "nmrih",
    "gametype": "spawning:active,objective,classic,ff:off,alltalk,FF:off,anticheat,classic",
    "dedicated": true,
    "steam_id": "90291649067029532",
    "domain": null,
    "id": 14071532,
    "ip": "79.26.82.98",
    "port": 27015,
    "query": 27015,
    "project_id": null,
    "color": 0,
    "city": "Кальяри",
    "description": null,
    "game": 224260,
    "owner": null,
    "boosts": 1,
    "last_offline": 1788140164,
    "last_online": 1787779250,
    "icon": null,
    "name": "HLL ITA",
    "connect": "79.26.82.98:27015",
    "request": "79.26.82.98:27015",
    "map": "nmo_waking_dead_kv1",
    "gamemode": null,
    "version": "1.1.4.2",
    "numplayers": 0,
    "maxplayers": 8,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "IT",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1787673726,
    "last_update": 1788140164,
    "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": 9037,
    "language": "it",
    "parked": false,
    "app": {
      "id": 6,
      "steam_id": 224260,
      "name": "No More Room in Hell",
      "url": "no-more-room-in-hell"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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