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

text
https://api.gamemonitoring.ru/servers/14359414
json
{
  "response": {
    "S0": false,
    "S4": 0.5,
    "S5": false,
    "S6": 0.500001,
    "S7": 1,
    "S8": 0.5,
    "Sa": true,
    "Sb": 0.1,
    "Sf": 0,
    "Sk": 0.5,
    "Sl": 2,
    "Sy": 0,
    "Sz": 1,
    "CSF": 0,
    "S05": false,
    "S15": 0,
    "S17": "4:0\n3722388367\n3722211036\n3751947496\n3755091710\n",
    "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,
    "S131": 2,
    "guid": "0ea84d7a9f4e03a74ccd34aa926f378c",
    "kdsUri": "https://todo",
    "buildId": 373655,
    "dedicated": false,
    "serverUID": "0ea84d7a9f4e03a74ccd34aa926f378c",
    "steam_id": null,
    "domain": null,
    "id": 14359414,
    "ip": "83.22.217.147",
    "port": 7777,
    "query": 27015,
    "project_id": null,
    "color": 0,
    "city": "Краков",
    "description": null,
    "game": 440900,
    "boosts": 1,
    "last_offline": 1789748610,
    "last_online": 1789077687,
    "icon": null,
    "name": "Jebanko",
    "connect": "83.22.217.147:7777",
    "request": "83.22.217.147:27015",
    "map": "ConanSandbox",
    "gamemode": "Conan Exiles",
    "version": "373655",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "PL",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1788534234,
    "last_update": 1789748610,
    "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": 13269,
    "language": "pl",
    "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/14359414");
$data = json_decode($json, true);
var_dump($data);