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

text
https://api.gamemonitoring.ru/servers/17028067
json
{
  "response": {
    "add_date": 1790203030,
    "app": {
      "id": 2,
      "name": "Counter-Strike 2",
      "steam_id": 730,
      "url": "counter-strike-2"
    },
    "color": 0,
    "connect": "82.115.60.95:27015",
    "country": "KZ",
    "domain": null,
    "game": 730,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 17028067,
    "ip": "82.115.60.95",
    "language": "kk",
    "last_update": 1790238237,
    "map": "de_mirage",
    "maxplayers": 32,
    "name": "🔴CRAZY | RANDOM CHEATS [AntiCheat] [Турниры] [FPS+]",
    "numplayers": 0,
    "official": null,
    "points": 120,
    "port": 27015,
    "private": false,
    "project_id": 446,
    "pve": null,
    "pvp": null,
    "query": 27015,
    "request": "82.115.60.95:27015",
    "secured": true,
    "status": true,
    "steam_id": "85568392936790823",
    "version": "1.41.8.3",
    "votes": 0,
    "wipe": null,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Алматы",
    "description": "[{\"id\":\"6ekmsADRwP\",\"type\":\"paragraph\",\"data\":{\"text\":\"CRAZY ARENA | Турниры на реальные ₽\\nТурнирная площадка с динамическим рейтингом. Отбирайся через топ-листы и борись за призы! Честные матчи, строгий античит, регулярные ивенты.\"}}]",
    "disabled_modules": [],
    "gamemode": "Counter-Strike 2",
    "hidden": false,
    "last_offline": null,
    "last_online": 1790238237,
    "list_hidden": false,
    "map_url": null,
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 459,
    "wipe_period": null,
    "listentype": "d",
    "environment": "l",
    "a2s_protocol": 17,
    "players_complete": true
  }
}

Примеры кода

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