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

text
https://api.gamemonitoring.ru/servers/16117593
json
{
  "response": {
    "S0": false,
    "S4": 1,
    "S7": 1,
    "S8": 1,
    "Sa": false,
    "Sf": 0,
    "Sl": 1,
    "Sp": 0,
    "Sy": 0,
    "Sz": 1,
    "CSF": 0,
    "S05": false,
    "S15": 0,
    "S17": "28:1\n3735635345\n3724282646\n3734522624\n3751947496\n3741725671\n3720904511\n3720921242\n3731942624\n3766163036\n3724192567",
    "S21": 1,
    "S22": 1,
    "S23": 1,
    "S24": 1,
    "S25": false,
    "S30": 0,
    "S117": false,
    "S119": false,
    "S120": "",
    "S122": true,
    "guid": "3ad1a96c9bcff88807c962a46c1c9640",
    "kdsUri": "https://todo",
    "buildId": 373655,
    "dedicated": false,
    "serverUID": "3ad1a96c9bcff88807c962a46c1c9640",
    "steam_id": null,
    "domain": null,
    "id": 16117593,
    "ip": "95.217.61.205",
    "port": 25663,
    "query": 25578,
    "project_id": null,
    "color": 0,
    "city": "Хельсинки",
    "description": null,
    "game": 440900,
    "boosts": 1,
    "last_offline": 1789748645,
    "last_online": 1789503694,
    "icon": null,
    "name": "Conan Exiles Enhanced Server",
    "connect": "95.217.61.205:25663",
    "request": "95.217.61.205:25578",
    "map": "ConanSandbox",
    "gamemode": "Conan Exiles",
    "version": "373655",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "FI",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1789234313,
    "last_update": 1789748645,
    "ban_reason": null,
    "banned": false,
    "hidden": false,
    "wipe": null,
    "official": false,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7901,
    "language": "fi",
    "parked": false,
    "app": {
      "id": 170,
      "steam_id": 440900,
      "name": "Conan Exiles",
      "url": "conan-exiles"
    },
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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