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

text
https://api.gamemonitoring.ru/servers/16681806
json
{
  "response": {
    "S0": false,
    "S4": 1,
    "S7": 1,
    "S8": 1,
    "Sa": false,
    "Sf": 0,
    "Sl": 1,
    "Sy": 0,
    "Sz": 1,
    "CSF": 0,
    "S05": false,
    "S15": 0,
    "S17": "42:2\n3745733234\n3735185114\n3720904511\n3743171102\n3744028880\n3736778117\n3742455665\n3745522234\n3719585133\n3731128190",
    "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,
    "guid": "d265fdc505f4cca416154678cabd1c5b",
    "kdsUri": "https://todo",
    "buildId": 373655,
    "dedicated": false,
    "serverUID": "d265fdc505f4cca416154678cabd1c5b",
    "steam_id": null,
    "domain": null,
    "id": 16681806,
    "ip": null,
    "port": null,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": "Джорджтаун",
    "description": null,
    "game": 440900,
    "boosts": 1,
    "last_offline": 1789719224,
    "last_online": 1789744249,
    "icon": null,
    "name": "Conan Exiles Rawr",
    "connect": null,
    "request": null,
    "map": "ConanSandbox",
    "gamemode": "Conan Exiles",
    "version": "373655",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 30,
    "add_date": 1789719224,
    "last_update": 1789744249,
    "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": 7257,
    "language": "en",
    "parked": true,
    "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/16681806");
$data = json_decode($json, true);
var_dump($data);