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

text
https://api.gamemonitoring.ru/servers/14122451
json
{
  "response": {
    "os": "w",
    "region": 0,
    "product": "cstrike",
    "gametype": "bots,friendlyfire,startmoney",
    "dedicated": true,
    "steam_id": "90291658358425608",
    "domain": null,
    "id": 14122451,
    "ip": "98.41.103.244",
    "port": 27015,
    "query": 27015,
    "project_id": null,
    "color": 0,
    "city": "Fresno",
    "description": null,
    "game": 240,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787805234,
    "last_online": 1787787600,
    "icon": null,
    "name": "Jadeus Gang",
    "connect": "98.41.103.244:27015",
    "request": "98.41.103.244:27015",
    "map": "de_aztec",
    "gamemode": null,
    "version": "10897846",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1787782279,
    "last_update": 1787805234,
    "ban_reason": null,
    "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": 2199,
    "language": null,
    "parked": false,
    "app": {
      "id": 5,
      "steam_id": 240,
      "name": "Counter-Strike: Source",
      "url": "counter-strike-source"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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