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

text
https://api.gamemonitoring.ru/servers/3559354
json
{
  "response": {
    "steam_id": "85568392936220568",
    "domain": null,
    "id": 3559354,
    "ip": "45.179.91.41",
    "port": 30010,
    "query": 30010,
    "color": 0,
    "city": "São Paulo",
    "description": "[{\"id\":\"xB1hwK4Eh_\",\"type\":\"paragraph\",\"data\":{\"text\":\"TDP bhop - CS:GO Bunnyhop Server\\n\\nWelcome to TDP bhop, a dedicated BHOP server located in Brazil. Our server runs the Shavit's Timer system with optimized physics to provide the best movement experience. We feature a variety of maps from tier 1 to tier 10 and several different styles of bunnyhop (Normal, Segmented, Low Gravity, Slow Motion, etc.).\\n\\nAdministration & Contact:\\n\\nIn case of technical issues, bugs, or player reports, please contact the administration directly through the following platforms:\\n\\nDiscord: aian8888\\nSteam ID: STEAM_0:0:442622075\"}}]",
    "game": 4465480,
    "owner": 188932,
    "boosts": 1,
    "last_offline": 1776807201,
    "score": null,
    "last_online": 1776821410,
    "icon": null,
    "name": "TDP bhop cs:go | 128tick | 1000aa | autobhop | tier 1-10 | @hos",
    "connect": "45.179.91.41:30010",
    "request": "45.179.91.41:30010",
    "map": "bhop_dragon_fix",
    "gamemode": "Counter-Strike: Global Offensive",
    "version": "1.38.8.1",
    "numplayers": 3,
    "maxplayers": 12,
    "bots": 1,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 106,
    "add_date": 1710938869,
    "last_update": 1776821410,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 52,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 1629104,
      "steam_id": 4465480,
      "name": "Counter-Strike: Global Offensive",
      "url": "counter-strike-global-offensive"
    },
    "server_owner": {
      "username": "tdp_alan",
      "avatar": "904c4a83-191e-4f50-8ec9-fc53f02b9f44.jpg",
      "last_online": 1776577798
    },
    "mods": [
      {
        "id": 2220,
        "name": "Shavit"
      },
      {
        "id": 2298,
        "name": "bhop"
      }
    ],
    "disabled_modules": []
  }
}

Примеры кода

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