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

text
https://api.gamemonitoring.ru/servers/16433602
json
{
  "response": {
    "os": "w",
    "time": "02:44",
    "queue": 0,
    "region": -1,
    "product": "dayz",
    "gametype": "battleye,external,privHive,shardABC123,lqs0,etm9.000000,entm8.000000,mod,02:44",
    "dedicated": true,
    "dlc_enabled": false,
    "first_person": false,
    "day_acceleration": 9,
    "night_acceleration": 8,
    "steam_id": "90292835839260698",
    "domain": null,
    "id": 16433602,
    "ip": "185.130.251.120",
    "port": 52091,
    "query": 37812,
    "project_id": null,
    "color": 0,
    "city": "Москва",
    "description": null,
    "game": 221100,
    "boosts": 1,
    "last_offline": 1789462592,
    "last_online": 1789668643,
    "icon": null,
    "name": "PODPIVAS #3 Chernarus LITE",
    "connect": "185.130.251.120:52091",
    "request": "185.130.251.120:37812",
    "map": "chernarusplus",
    "gamemode": null,
    "version": "1.29.163709",
    "numplayers": 0,
    "maxplayers": 127,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 91,
    "add_date": 1789462592,
    "last_update": 1789668643,
    "ban_reason": "server.ban_reasons.fake_server_data",
    "banned": true,
    "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": null,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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