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

text
https://api.gamemonitoring.ru/servers/16242728
json
{
  "response": {
    "S0": false,
    "S4": 1,
    "S7": 2,
    "S8": 1,
    "Sa": false,
    "Sd": false,
    "Sf": 0,
    "Sl": 1,
    "Sy": 0,
    "Sz": 1,
    "CSF": 0,
    "S05": false,
    "S15": 0,
    "S17": "6:0\n3723591891\n3719604490\n3751947496\n3719621216\n3719513784\n3720921242",
    "S21": 1,
    "S22": 1,
    "S23": 1,
    "S24": 1,
    "S25": false,
    "S30": 0,
    "S115": 0.5,
    "S117": false,
    "S118": 0.5,
    "S119": false,
    "S120": "",
    "S122": true,
    "S124": 0.24,
    "S131": 2,
    "guid": "85e8fb6053848e3f4f9035acdc80fe89",
    "kdsUri": "https://todo",
    "buildId": 373655,
    "dedicated": false,
    "serverUID": "85e8fb6053848e3f4f9035acdc80fe89",
    "steam_id": null,
    "domain": null,
    "id": 16242728,
    "ip": "85.29.106.188",
    "port": 7777,
    "query": 27015,
    "project_id": null,
    "color": 0,
    "city": "Каяни",
    "description": null,
    "game": 440900,
    "boosts": 1,
    "last_offline": 1789748649,
    "last_online": 1789306807,
    "icon": null,
    "name": "Conan Exiles Server",
    "connect": "85.29.106.188:7777",
    "request": "85.29.106.188:27015",
    "map": "ConanSandbox",
    "gamemode": null,
    "version": "373655",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": null,
    "private": true,
    "country": "FI",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1789297955,
    "last_update": 1789748649,
    "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": 8013,
    "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/16242728");
$data = json_decode($json, true);
var_dump($data);