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

text
https://api.gamemonitoring.ru/servers/16674807
json
{
  "response": {
    "S0": false,
    "S4": 1,
    "S5": false,
    "S7": 1,
    "S8": 1,
    "Sa": false,
    "Sf": 0,
    "Sl": 1,
    "Sy": 1,
    "Sz": 1,
    "CSF": 0,
    "S05": true,
    "S15": 0,
    "S17": "1:0\n864199675",
    "S21": 0.9,
    "S22": 0.9,
    "S23": 0.9,
    "S24": 0.9,
    "S25": false,
    "S30": 0,
    "S115": 1,
    "S117": false,
    "S118": 1,
    "S119": false,
    "S120": "",
    "S122": true,
    "guid": "31f6926569d5ef42aa162124fd9958ed",
    "kdsUri": "https://todo",
    "buildId": 373655,
    "dedicated": false,
    "serverUID": "31f6926569d5ef42aa162124fd9958ed",
    "steam_id": null,
    "domain": null,
    "id": 16674807,
    "ip": "24.15.195.241",
    "port": 7777,
    "query": 27015,
    "project_id": null,
    "color": 0,
    "city": "Чикаго",
    "description": null,
    "game": 440900,
    "boosts": 1,
    "last_offline": 1789700048,
    "last_online": 1789744858,
    "icon": null,
    "name": "ELR",
    "connect": "24.15.195.241:7777",
    "request": "24.15.195.241:27015",
    "map": "ConanSandbox",
    "gamemode": "Conan Exiles",
    "version": "373655",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1789700048,
    "last_update": 1789744858,
    "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": 7188,
    "language": "en",
    "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/16674807");
$data = json_decode($json, true);
var_dump($data);