API for РУССКИЙ БЕСПЛАТНЫЙ ГОЛОСОВОЙ СЕРВЕР!

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11252241
json
{
  "response": {
    "channels": {
      "onlinecount": 15,
      "items": [
        {
          "clients": 0,
          "id": 2,
          "items": [],
          "name": "[rspacer] © Since 2021",
          "order": 0,
          "parent_id": 0,
          "topic": ""
        },
        {
          "clients": -1,
          "id": 3,
          "items": [],
          "name": "[*spacer2]...",
          "order": 2,
          "parent_id": 0,
          "topic": ""
        },
        {
          "clients": 1,
          "id": 4,
          "items": [],
          "name": "[cspacer101]✅ MAIN CHANNEL - WELCOME ✅",
          "order": 3,
          "parent_id": 0,
          "topic": ""
        },
        {
          "clients": 0,
          "id": 5,
          "items": [
            {
              "clients": 2,
              "id": 6,
              "items": [],
              "name": "◘  Public 1 (MAX 2)",
              "order": 0,
              "parent_id": 5,
              "topic": ""
            },
            {
              "clients": 0,
              "id": 7,
              "items": [],
              "name": "◘  Public 2 (MAX 2)",
              "order": 6,
              "parent_id": 5,
              "topic": ""
            },
            {
              "clients": 0,
              "id": 8,
              "items": [],
              "name": "◘  Public 3 (MAX 2)",
              "order": 7,
              "parent_id": 5,
              "topic": ""
            }
          ],
          "name": "Public Channels",
          "order": 4,
          "parent_id": 0,
          "topic": ""
        },
        {
          "clients": 0,
          "id": 9,
          "items": [],
          "name": "[*spacer143]...",
          "order": 5,
          "parent_id": 0,
          "topic": ""
        },
        {
          "clients": 0,
          "id": 10,
          "items": [],
          "name": "[cspacer]Temporary Channels",
          "order": 9,
          "parent_id": 0,
          "topic": ""
        },
        {
          "clients": 0,
          "id": 11,
          "items": [],
          "name": "[*spacer113]...",
          "order": 10,
          "parent_id": 0,
          "topic": ""
        },
        {
          "clients": 2,
          "id": 1299,
          "items": [],
          "name": "йцу",
          "order": 11,
          "parent_id": 0,
          "topic": ""
        },
        {
          "clients": 2,
          "id": 1301,
          "items": [],
          "name": "tanki",
          "order": 1299,
          "parent_id": 0,
          "topic": ""
        },
        {
          "clients": 1,
          "id": 1302,
          "items": [],
          "name": "любовь",
          "order": 1301,
          "parent_id": 0,
          "topic": ""
        },
        {
          "clients": 4,
          "id": 1303,
          "items": [],
          "name": "NAPARNIKI",
          "order": 1302,
          "parent_id": 0,
          "topic": ""
        },
        {
          "clients": 2,
          "id": 1304,
          "items": [],
          "name": "NAPARNIKI HEUSOSI",
          "order": 1303,
          "parent_id": 0,
          "topic": ""
        }
      ]
    },
    "external_id": "HbB/QWeHiYb0/kxSmPtsQuXmgQY=",
    "platform": "Linux",
    "created": 1773421635,
    "uptime": 31080,
    "steam_id": null,
    "domain": null,
    "id": 11252241,
    "ip": "185.65.68.76",
    "port": 9987,
    "query": 9987,
    "color": 0,
    "city": "Budapest",
    "description": "Welcome to TeamSpeak, check www.teamspeak.com for latest information",
    "game": 9000043,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778673748,
    "score": 0,
    "last_online": 1778690414,
    "icon": null,
    "name": "РУССКИЙ БЕСПЛАТНЫЙ ГОЛОСОВОЙ СЕРВЕР!",
    "connect": "185.65.68.76:9987",
    "request": "185.65.68.76:9987",
    "map": null,
    "gamemode": null,
    "version": "3.13.7 Build: 1655727713",
    "numplayers": 15,
    "maxplayers": 32,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "HU",
    "status": true,
    "votes": 0,
    "points": 79,
    "add_date": 1773483342,
    "last_update": 1778690414,
    "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": 41,
    "language": "hu",
    "parked": false,
    "app": {
      "id": 1629110,
      "steam_id": 9000043,
      "name": "Teamspeak 3",
      "url": "teamspeak-3"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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