Teamspeak 3
API for LOWTABCLUB#2
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10733835json
{
"response": {
"channels": {
"onlinecount": 16,
"items": [
{
"clients": 0,
"id": 1993,
"items": [],
"name": "[cspacerw2]💸💸💸💸💸",
"order": 0,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 2020,
"items": [],
"name": "TacticalGame",
"order": 1,
"parent_id": 0,
"topic": "CounterStrike 2"
},
{
"clients": 0,
"id": 1994,
"items": [],
"name": "[cspacer5x](`*•.(`*•..•*´).•*´)",
"order": 1993,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 2064,
"items": [],
"name": "[cspacer1]IP наших серверов:",
"order": 1994,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 2063,
"items": [],
"name": "[cspacer] ts.lowtabclub.ru",
"order": 1995,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 2065,
"items": [],
"name": "[*spaceruJ]♥♡",
"order": 1996,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 5030,
"items": [],
"name": "qqw",
"order": 2020,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 1996,
"items": [],
"name": "[cspacerpx](`*•.(`*•..•*´).•*´)",
"order": 2063,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 1995,
"items": [],
"name": "[cspacerkc]clan.lowtabclub.ru - вы здесь",
"order": 2064,
"parent_id": 0,
"topic": ""
},
{
"clients": 3,
"id": 1,
"items": [],
"name": "Проходной двор",
"order": 2065,
"parent_id": 0,
"topic": ""
},
{
"clients": 3,
"id": 5034,
"items": [],
"name": "qwe",
"order": 5030,
"parent_id": 0,
"topic": ""
},
{
"clients": 3,
"id": 5035,
"items": [],
"name": "фа фа шнейнэ",
"order": 5034,
"parent_id": 0,
"topic": ""
},
{
"clients": 3,
"id": 5038,
"items": [],
"name": "хуй",
"order": 5035,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 5039,
"items": [],
"name": "Трахаем жопой Арена",
"order": 5038,
"parent_id": 0,
"topic": ""
},
{
"clients": 4,
"id": 5040,
"items": [],
"name": "питорпаркир",
"order": 5039,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 5041,
"items": [],
"name": "ща",
"order": 5040,
"parent_id": 0,
"topic": ""
}
]
},
"external_id": "0HtnIgi8ava1ZmoGbzN7fxxQJCw=",
"platform": "Linux",
"created": 1612461181,
"uptime": 801322,
"steam_id": null,
"domain": null,
"id": 10733835,
"ip": "193.233.49.105",
"port": 9987,
"query": 9987,
"color": 0,
"city": "Novosibirsk",
"description": "Администрация не несет ответсвенности за пользователей сервера.",
"game": 9000043,
"owner": null,
"boosts": 1,
"last_offline": 1777892588,
"score": 0,
"last_online": 1778694013,
"icon": null,
"name": "LOWTABCLUB#2",
"connect": "193.233.49.105:9987",
"request": "193.233.49.105:9987",
"map": null,
"gamemode": null,
"version": "3.13.7 Build: 1655727713",
"numplayers": 21,
"maxplayers": 32,
"bots": 0,
"secured": null,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 88,
"add_date": 1765808386,
"last_update": 1778694013,
"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": 32,
"language": "ru",
"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/10733835");
$data = json_decode($json, true);
var_dump($data);