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

text
https://api.gamemonitoring.ru/servers/11742116
json
{
  "response": {
    "channels": {
      "onlinecount": 4,
      "items": [
        {
          "clients": 0,
          "id": 2,
          "items": [],
          "name": "🐱 CATS HANGOUT 🐱",
          "order": 0,
          "parent_id": 0,
          "topic": "🐱 Classmates and Cheer Lobby 🐱"
        },
        {
          "clients": 1,
          "id": 3,
          "items": [],
          "name": "📻 WILDCAT RADIO 📻",
          "order": 2,
          "parent_id": 0,
          "topic": "🎤 LIVE RADIO LINK 🎤"
        },
        {
          "clients": 2,
          "id": 4,
          "items": [],
          "name": "💤  AWAY AWAY 💤",
          "order": 3,
          "parent_id": 0,
          "topic": "-- The Quite Place --"
        },
        {
          "clients": 5,
          "id": 5,
          "items": [],
          "name": "📣 WELCOME 📣",
          "order": 4,
          "parent_id": 0,
          "topic": "Yep, You Are Here !"
        }
      ]
    },
    "external_id": "Q6r4SRqmGH7yorglznQ/02ZQUwc=",
    "platform": "Windows",
    "created": 1581424700,
    "uptime": 389588,
    "steam_id": null,
    "domain": "pahs.mywire.org",
    "id": 11742116,
    "ip": null,
    "port": null,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": "Haleyville",
    "description": "[{\"id\":\"aB7x0HyA-p\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Cheer Chat Tuesday Nights 7:00 to 7:30 pm CST LIVE on 90.1 THE WILDCAT. **Cheer Chat will Return Augest !!,2026  --     Have A Great Summer!!\\n📣 **PAHS WILDCATS** 📣  🌴 WILDCATS DEN 🌴\"}}]",
    "game": 9000043,
    "owner": 140417,
    "boosts": 1,
    "last_offline": 1780853666,
    "last_online": 1780987213,
    "icon": null,
    "name": "🌴 WILDCATS DEN 🌴",
    "connect": null,
    "request": null,
    "map": null,
    "gamemode": null,
    "version": "3.13.7 Build: 1655727713",
    "numplayers": 8,
    "maxplayers": 10,
    "bots": 0,
    "secured": null,
    "private": true,
    "country": "US",
    "status": true,
    "votes": 1,
    "points": 127,
    "add_date": 1780428561,
    "last_update": 1780987213,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": true,
    "hide_query": true,
    "position_game": 2,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1629110,
      "steam_id": 9000043,
      "name": "Teamspeak 3",
      "url": "teamspeak-3"
    },
    "server_owner": {
      "username": "2cute4u",
      "avatar": "fbf12111-588b-4b0c-8bd9-9d4f1148515e.webp"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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