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

text
https://api.gamemonitoring.ru/servers/15652689
json
{
  "response": {
    "info": "<b><span style=\"color:#ffffff\">「P</span><span style=\"color:#ff0000\">L」</span> <span style=\"color:#6366F1\">K</span><span style=\"color:#7C3AED\">y</span><span style=\"color:#8B5CF6\">o</span><span style=\"color:#A78BFA\">r</span><span style=\"color:#C084FC\">a</span> <span style=\"color:#FFFFFF\">「HARDRP」</span></b>",
    "modded": true,
    "pastebin": "yTj1Ntvx",
    "serverId": 106901,
    "techList": [
      {
        "id": 1113137215,
        "name": "EXILED",
        "version": "9.14.2"
      }
    ],
    "accountId": 37675,
    "whitelist": false,
    "friendlyFire": true,
    "officialClass": 0,
    "steam_id": null,
    "domain": null,
    "id": 15652689,
    "ip": "96.62.223.155",
    "port": 7777,
    "query": 7777,
    "project_id": null,
    "color": 0,
    "city": "Варшава",
    "description": null,
    "game": 700330,
    "boosts": 1,
    "last_offline": 1789157629,
    "last_online": 1789166552,
    "icon": null,
    "name": "「PL」 Kyora 「HARDRP」",
    "connect": "96.62.223.155:7777",
    "request": "96.62.223.155:7777",
    "map": null,
    "gamemode": null,
    "version": "14.2.7",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1788897846,
    "last_update": 1789166552,
    "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": 1176,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 18576,
      "steam_id": 700330,
      "name": "SCP: Secret Laboratory",
      "url": "scp-secret-laboratory"
    },
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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