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

text
https://api.gamemonitoring.ru/servers/16435422
json
{
  "response": {
    "os": "w",
    "time": "22:33",
    "queue": 0,
    "region": -1,
    "product": "dayz",
    "gametype": "battleye,external,privHive,shardABC123,lqs0,etm9.000000,entm8.000000,mod,22:33",
    "dedicated": true,
    "dlc_enabled": false,
    "first_person": false,
    "day_acceleration": 9,
    "night_acceleration": 8,
    "steam_id": "90292835734257695",
    "domain": null,
    "id": 16435422,
    "ip": "185.130.251.125",
    "port": 49165,
    "query": 43640,
    "project_id": null,
    "color": 0,
    "city": "Москва",
    "description": null,
    "game": 221100,
    "boosts": 1,
    "last_offline": 1789462604,
    "last_online": 1789668643,
    "icon": null,
    "name": "PODPIVAS #11 Chernarus LITE 4 MAX",
    "connect": "185.130.251.125:49165",
    "request": "185.130.251.125:43640",
    "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": 88,
    "add_date": 1789462604,
    "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/16435422");
$data = json_decode($json, true);
var_dump($data);