API für •\p TeamSpeak3 \p Community 24/7 \p•😈
JSON für Programme, Websites und mehr
text
json
{
"response": {
"channels": {
"onlinecount": 13,
"items": [
{
"clients": 1,
"id": 1,
"items": [],
"name": "НОВЫЙ IP : ts.server-top.ru",
"order": 0,
"parent_id": 0,
"topic": ""
},
{
"clients": 5,
"id": 4458,
"items": [],
"name": "341",
"order": 1,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4461,
"items": [],
"name": "43432432423",
"order": 4458,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4464,
"items": [],
"name": "ксиськи2",
"order": 4461,
"parent_id": 0,
"topic": ""
},
{
"clients": 3,
"id": 4466,
"items": [],
"name": "цвц",
"order": 4464,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4467,
"items": [],
"name": "abbbbbbuuuuukkkkaaaaaaaaaaa",
"order": 4466,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4474,
"items": [],
"name": "58",
"order": 4467,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4475,
"items": [],
"name": "=]",
"order": 4474,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4476,
"items": [],
"name": "ПРОКОПА",
"order": 4475,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4477,
"items": [],
"name": "кс",
"order": 4476,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4478,
"items": [],
"name": "цц",
"order": 4477,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 4479,
"items": [],
"name": "CSSS",
"order": 4478,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 4480,
"items": [],
"name": "1",
"order": 4479,
"parent_id": 0,
"topic": ""
}
]
},
"external_id": "4sKrEHNyFeQIQwjWpap9UER3pB0=",
"platform": "Linux",
"created": 1768496996,
"uptime": 12790794,
"steam_id": null,
"domain": null,
"id": 10854859,
"ip": "85.209.135.196",
"port": 9987,
"query": 9987,
"project_id": null,
"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": 1781287818,
"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": 28,
"maxplayers": 32,
"bots": 0,
"secured": null,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 97,
"add_date": 1768065905,
"last_update": 1781287818,
"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": 25,
"language": "ru",
"parked": false,
"app": {
"id": 1629110,
"steam_id": 9000043,
"name": "Teamspeak 3",
"url": "teamspeak-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10854859");
$data = json_decode($json, true);
var_dump($data);