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

text
https://api.gamemonitoring.ru/servers/12334895
json
{
  "response": {
    "steam_id": "85568392935869324",
    "domain": "ave.bigcity.r-e.kr",
    "id": 12334895,
    "ip": "121.172.224.67",
    "port": 28015,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": "Namdong-gu",
    "description": "[{\"id\":\"Vld3MBimRm\",\"type\":\"paragraph\",\"data\":{\"text\":\"🎮 빅시티 자유서버에 오신 것을 환영합니다!\\n자유로운 상상력이 현실이 되는 곳, 빅시티 자유서버에서 새로운 모험을 시작하세요!\\n저희 서버는 플레이어 여러분께 최상의 플레이 환경과 끊임없는 즐거움을 제공하기 위해 최선을 다하고 있습니다.\"}},{\"id\":\"XiFGWGX1BQ\",\"type\":\"paragraph\",\"data\":{\"text\":\"디스코드 채널 링크는 서버에 접속시 알 수 있습니다\"}}]",
    "game": 4000,
    "owner": 206052,
    "boosts": 1,
    "last_offline": 1784199058,
    "last_online": 1784209940,
    "icon": null,
    "name": "크리에이티브 빅시티 자유서버",
    "connect": "ave.bigcity.r-e.kr:28015",
    "request": null,
    "map": "gm_bigcity_improved",
    "gamemode": "Sandbox",
    "version": "2026.04.29",
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "KR",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1784199058,
    "last_update": 1784209940,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 2,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": true,
    "position_game": 48,
    "language": "ko",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": {
      "username": "AEve5",
      "avatar": "b23b33dd-0661-43b8-9dfc-25ba7c69b893.webp"
    },
    "mods": [
      {
        "id": 1794,
        "name": "Sandbox"
      },
      {
        "id": 1792,
        "name": "PAC"
      },
      {
        "id": 1796,
        "name": "Wire"
      },
      {
        "id": 1791,
        "name": "E2"
      },
      {
        "id": 1789,
        "name": "PAC 3"
      }
    ],
    "disabled_modules": []
  }
}

Примеры кода

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