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

text
https://api.gamemonitoring.ru/servers/13883964
json
{
  "response": {
    "S0": true,
    "S2": true,
    "S4": 1,
    "S7": 1,
    "S8": 1,
    "Sa": false,
    "Sf": 0,
    "Sl": 2,
    "So": 600,
    "Sp": 0,
    "Sx": 10,
    "Sy": 2,
    "Sz": 1,
    "CSF": 1,
    "S05": true,
    "S15": 0,
    "S20": 300,
    "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": true,
    "S107": true,
    "S108": true,
    "S109": true,
    "S110": true,
    "S111": true,
    "S112": true,
    "S117": false,
    "S119": false,
    "S120": "",
    "S121": false,
    "S122": true,
    "guid": "cfe3d0a47b266948b61f5d9d7323e895",
    "kdsUri": "https://todo",
    "buildId": 373655,
    "dedicated": false,
    "serverUID": "cfe3d0a47b266948b61f5d9d7323e895",
    "steam_id": null,
    "domain": null,
    "id": 13883964,
    "ip": "83.223.199.40",
    "port": 28200,
    "query": 28215,
    "project_id": null,
    "color": 0,
    "city": "Taoyuan",
    "description": null,
    "game": 440900,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787261039,
    "last_online": 1787998941,
    "icon": null,
    "name": "Official server #1415 PvP - g-portal.com",
    "connect": "83.223.199.40:28200",
    "request": "83.223.199.40:28215",
    "map": "ConanSandbox",
    "gamemode": "Conan Exiles",
    "version": "373655",
    "numplayers": 18,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "TW",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1787261039,
    "last_update": 1787998941,
    "ban_reason": null,
    "banned": false,
    "wipe": null,
    "official": true,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 25,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 170,
      "steam_id": 440900,
      "name": "Conan Exiles",
      "url": "conan-exiles"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13883964");
$data = json_decode($json, true);
var_dump($data);