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

text
https://api.gamemonitoring.ru/servers/15861321
json
{
  "response": {
    "os": "w",
    "region": -1,
    "product": "Silica",
    "gametype": "lis,Beta:0.9.47,MP_StrategyCoop,AU,50,2,v",
    "dedicated": false,
    "steam_id": "90292528119498758",
    "domain": null,
    "id": 15861321,
    "ip": "116.91.217.112",
    "port": 26901,
    "query": 26900,
    "project_id": null,
    "color": 0,
    "city": "Перт",
    "description": null,
    "game": 1494420,
    "boosts": 1,
    "last_offline": 1789079139,
    "last_online": 1789065142,
    "icon": null,
    "name": "Praetordorum's Server",
    "connect": "116.91.217.112:26901",
    "request": "116.91.217.112:26900",
    "map": "Badlands",
    "gamemode": null,
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 2,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "AU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1789058893,
    "last_update": 1789079139,
    "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": 411,
    "language": null,
    "parked": false,
    "app": {
      "id": 1611691,
      "steam_id": 1494420,
      "name": "Silica",
      "url": "silica"
    },
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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