API for •\p TeamSpeak3 \p Community 24/7 \p•😈
JSON for programs, websites and more
text
json
{
"response": {
"channels": {
"onlinecount": 9,
"items": [
{
"clients": 1,
"id": 1,
"items": [],
"name": "НОВЫЙ IP : ts.server-top.ru",
"order": 0,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 4159,
"items": [],
"name": "THUNDER DOWNUNDER MAJOR CHAMPION",
"order": 1,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4160,
"items": [],
"name": "=]",
"order": 4159,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4167,
"items": [],
"name": "HuntGames",
"order": 4160,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4168,
"items": [],
"name": "ТЦК СЮДА",
"order": 4167,
"parent_id": 0,
"topic": ""
},
{
"clients": 3,
"id": 4169,
"items": [],
"name": "sudablin",
"order": 4168,
"parent_id": 0,
"topic": ""
},
{
"clients": 4,
"id": 4170,
"items": [],
"name": "faceit",
"order": 4169,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4171,
"items": [],
"name": "67",
"order": 4170,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4172,
"items": [],
"name": "пососите мне ктонит FAKE DREADS ALARMwww",
"order": 4171,
"parent_id": 0,
"topic": ""
}
]
},
"external_id": "4sKrEHNyFeQIQwjWpap9UER3pB0=",
"platform": "Linux",
"created": 1768496996,
"uptime": 11938795,
"steam_id": null,
"domain": null,
"id": 10854859,
"ip": "85.209.135.196",
"port": 9987,
"query": 9987,
"color": 0,
"city": "Moscow",
"description": "НОВЫЙ IP : ts.server-top.ru\nНОВЫЙ IP : ts.server-top.ru",
"game": 9000043,
"owner": null,
"boosts": 1,
"last_offline": 1778172791,
"last_online": 1780435818,
"icon": null,
"name": "•\\p TeamSpeak3 \\p Community 24/7 \\p•😈",
"connect": "85.209.135.196:9987",
"request": "85.209.135.196:9987",
"map": null,
"gamemode": null,
"version": "3.13.7 Build: 1655727713",
"numplayers": 19,
"maxplayers": 32,
"bots": 0,
"secured": null,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 92,
"add_date": 1768065905,
"last_update": 1780435818,
"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": 24,
"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/10854859");
$data = json_decode($json, true);
var_dump($data);