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

text
https://api.gamemonitoring.ru/servers/13881635
json
{
  "response": {
    "S0": true,
    "S4": 0.1,
    "S5": false,
    "S7": 0,
    "S8": 0.1,
    "Sa": false,
    "Sb": 0.5,
    "Sf": 0,
    "Sg": 0.1,
    "Sk": 0.1,
    "Sl": 3,
    "Sx": 10,
    "Sy": 1,
    "Sz": 10,
    "CSF": 0,
    "S05": false,
    "S15": 0,
    "S17": "28:0\n3721991191\n3721151274\n3721177576\n3734199233\n3722132350\n3731128190\n3730553942\n3726938483\n3769959072\n3766763946",
    "S21": 0.1,
    "S22": 0.1,
    "S23": 0.1,
    "S24": 0.1,
    "S25": false,
    "S30": 0,
    "S115": 1,
    "S117": false,
    "S118": 0.5,
    "S119": false,
    "S120": "",
    "S122": true,
    "S124": 0,
    "S125": true,
    "guid": "4989d4ee2108d4271eb8126f8edc05b4",
    "kdsUri": "https://todo",
    "buildId": 376069,
    "dedicated": false,
    "serverUID": "4989d4ee2108d4271eb8126f8edc05b4",
    "steam_id": null,
    "domain": null,
    "id": 13881635,
    "ip": "69.10.34.166",
    "port": 28000,
    "query": 27020,
    "project_id": null,
    "color": 0,
    "city": "Secaucus",
    "description": null,
    "game": 440900,
    "boosts": 1,
    "last_offline": 1789591851,
    "last_online": 1789730627,
    "icon": null,
    "name": "Ashborn Legacy RP-PVP Custom Lore Season 20 Exiled Lands 18+",
    "connect": "69.10.34.166:28000",
    "request": "69.10.34.166:27020",
    "map": "ConanSandbox",
    "gamemode": "Conan Exiles",
    "version": "376069",
    "numplayers": 15,
    "maxplayers": 80,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1787261031,
    "last_update": 1789730627,
    "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": 19,
    "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/13881635");
$data = json_decode($json, true);
var_dump($data);