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

text
https://api.gamemonitoring.ru/servers/13880146
json
{
  "response": {
    "S0": true,
    "S2": true,
    "S4": 0.1,
    "S7": 1,
    "S8": 0.75,
    "Sa": true,
    "Sf": 0,
    "Sl": 2,
    "So": 600,
    "Sy": 5,
    "Sz": 1.5,
    "CSF": 0,
    "S05": true,
    "S15": 0,
    "S21": 1,
    "S22": 1,
    "S23": 1,
    "S24": 1,
    "S25": true,
    "S30": 0,
    "S92": 1800,
    "S93": 1800,
    "S94": 1800,
    "S95": 1800,
    "S96": 1800,
    "S97": 1800,
    "S98": 1800,
    "S99": 2300,
    "S100": 2300,
    "S101": 2300,
    "S102": 2300,
    "S103": 2300,
    "S104": 2300,
    "S105": 2300,
    "S106": false,
    "S107": false,
    "S108": false,
    "S109": false,
    "S110": false,
    "S111": false,
    "S112": false,
    "S113": true,
    "S115": 0.5,
    "S117": false,
    "S118": 1,
    "S119": false,
    "S120": "",
    "S121": false,
    "S122": true,
    "guid": "6b98204b2e914ef7ca09342602983d4a",
    "kdsUri": "https://todo",
    "buildId": 376069,
    "dedicated": false,
    "serverUID": "6b98204b2e914ef7ca09342602983d4a",
    "steam_id": null,
    "domain": null,
    "id": 13880146,
    "ip": "178.212.33.27",
    "port": 35900,
    "query": 35915,
    "project_id": null,
    "color": 0,
    "city": "Токио",
    "description": null,
    "game": 440900,
    "boosts": 1,
    "last_offline": 1787261026,
    "last_online": 1789729849,
    "icon": null,
    "name": "ZachisWeird",
    "connect": "178.212.33.27:35900",
    "request": "178.212.33.27:35915",
    "map": "ConanSandbox",
    "gamemode": "Conan Exiles",
    "version": "376069",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "JP",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1787261026,
    "last_update": 1789729849,
    "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": 2317,
    "language": "ja",
    "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/13880146");
$data = json_decode($json, true);
var_dump($data);