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

text
https://api.gamemonitoring.ru/servers/14267632
json
{
  "response": {
    "os": "w",
    "region": -1,
    "product": "AMS2",
    "gametype": "running,servercontrolled,allowemptyjoin,joinable",
    "dedicated": true,
    "steam_id": "90292084911163413",
    "domain": null,
    "id": 14267632,
    "ip": "92.190.216.126",
    "port": 27015,
    "query": 27016,
    "project_id": null,
    "color": 0,
    "city": "Platja d'Aro",
    "description": null,
    "game": 1066890,
    "boosts": 1,
    "last_offline": 1789238487,
    "last_online": 1788437987,
    "icon": null,
    "name": "NO GRIP MOTORSPORT",
    "connect": "92.190.216.126:27015",
    "request": "92.190.216.126:27016",
    "map": "Cascais_1988",
    "gamemode": null,
    "version": "1.0.0.97",
    "numplayers": 0,
    "maxplayers": 26,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "ES",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1788215886,
    "last_update": 1789238487,
    "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": 410,
    "language": "es",
    "parked": false,
    "app": {
      "id": 48189,
      "steam_id": 1066890,
      "name": "Automobilista 2",
      "url": "automobilista-2"
    },
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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