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

text
https://api.gamemonitoring.ru/servers/12269969
json
{
  "response": {
    "dedicated": false,
    "gametype": "lis,Beta:0.9.27,MP_Strategy,US,111,3,v",
    "os": "w",
    "product": "Silica",
    "region": -1,
    "steam_id": "90288770835578907",
    "domain": null,
    "id": 12269969,
    "ip": "47.45.214.157",
    "port": 26901,
    "query": 26900,
    "project_id": null,
    "color": 0,
    "city": "Sterling",
    "description": null,
    "game": 1494420,
    "owner": null,
    "boosts": 1,
    "last_offline": 1784155963,
    "last_online": 1783897433,
    "icon": null,
    "name": "Panther's Server",
    "connect": "47.45.214.157:26901",
    "request": "47.45.214.157:26900",
    "map": "CrimsonPeak",
    "gamemode": null,
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 12,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1783890257,
    "last_update": 1784155963,
    "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": 252,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1611691,
      "steam_id": 1494420,
      "name": "Silica",
      "url": "silica"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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