Teamspeak 3
API for GDL Server
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10454540json
{
"response": {
"channels": {
"onlinecount": 18,
"items": [
{
"clients": 1,
"id": 1,
"items": [],
"name": "Беседка",
"order": 0,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 767,
"items": [],
"name": "[cspacer00]-------ОБЩАЯ ФЛУДИЛЬНЯ-------",
"order": 1,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 697,
"items": [],
"name": "Для друзей GDL",
"order": 278,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 719,
"items": [],
"name": "[cspacer1]--------Path of Exile--------",
"order": 359,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 911,
"items": [],
"name": "AFK-2",
"order": 682,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 856,
"items": [],
"name": "Бар \"Золотые рыбки\"",
"order": 697,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 682,
"items": [],
"name": "Свидетели новой лиги ПОЕ",
"order": 701,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 843,
"items": [],
"name": "Safe Room",
"order": 719,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 278,
"items": [],
"name": "Вечно голодные",
"order": 767,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 701,
"items": [],
"name": "Пив-Бар \"Малютка\"",
"order": 843,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 359,
"items": [],
"name": "AFK-1",
"order": 856,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 267,
"items": [],
"name": "V͇̿I͇̿P͇̿ $$$ ☎ $$$ V͇̿I͇̿P͇̿",
"order": 892,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 892,
"items": [
{
"clients": -1,
"id": 762,
"items": [],
"name": ">>>!!!Важная информация по BDO!!!<<<",
"order": 0,
"parent_id": 892,
"topic": ""
}
],
"name": "Бар Утех",
"order": 908,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 928,
"items": [],
"name": "[cspacer100]--------STALCRAFT: X--------",
"order": 911,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 931,
"items": [],
"name": "AFK-4",
"order": 927,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 927,
"items": [],
"name": "STALCRAFT",
"order": 928,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 908,
"items": [],
"name": "[cspacer10]--------Other Games--------",
"order": 931,
"parent_id": 0,
"topic": ""
}
]
},
"external_id": "ni7el5RRIGDvA+FDrI845ohH0Sw=",
"platform": "Windows",
"created": 0,
"uptime": 2095033,
"steam_id": null,
"domain": null,
"id": 10454540,
"ip": "89.179.242.81",
"port": 9987,
"query": 9987,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000043,
"owner": null,
"boosts": 1,
"last_offline": 1776429206,
"score": 0,
"last_online": 1776898293,
"icon": null,
"name": "GDL Server",
"connect": "89.179.242.81:9987",
"request": "89.179.242.81:9987",
"map": null,
"gamemode": null,
"version": "3.13.7 Build: 1655727713",
"numplayers": 1,
"maxplayers": 512,
"bots": 0,
"secured": null,
"private": true,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1760048168,
"last_update": 1776898293,
"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": 166,
"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/10454540");
$data = json_decode($json, true);
var_dump($data);