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

text
https://api.gamemonitoring.ru/servers/16637499
json
{
  "response": {
    "os": "w",
    "region": 255,
    "product": "garrysmod",
    "gametype": "gm:sandbox gmc:other ver:260916",
    "dedicated": true,
    "steam_id": "85568392935803694",
    "domain": null,
    "id": 16637499,
    "ip": "84.225.99.243",
    "port": 27015,
    "query": 27015,
    "project_id": null,
    "color": 0,
    "city": "Будапешт",
    "description": null,
    "game": 4000,
    "boosts": 1,
    "last_offline": 1789744930,
    "last_online": 1789662608,
    "icon": null,
    "name": "MMK Metrostroi",
    "connect": "84.225.99.243:27015",
    "request": "84.225.99.243:27015",
    "map": "gm_metro_m3_new",
    "gamemode": null,
    "version": "2026.04.29",
    "numplayers": 0,
    "maxplayers": 12,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "HU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1789627236,
    "last_update": 1789744930,
    "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": 7254,
    "language": "hu",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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