Teamspeak 3
😈• TeamSpeak \p Community 24/7 • 😈 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11252455json
{
"response": {
"channels": {
"onlinecount": 2,
"items": [
{
"clients": 1,
"id": 1,
"items": [],
"name": "Default Channel",
"order": 0,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 309,
"items": [],
"name": "gfsd1",
"order": 1,
"parent_id": 0,
"topic": ""
}
]
},
"external_id": "9YFPOAtEslsTJEdQFU/Ol5EmPMo=",
"platform": "Linux",
"created": 1773927206,
"uptime": 2759779,
"steam_id": null,
"domain": null,
"id": 11252455,
"ip": "23.161.169.107",
"port": 9987,
"query": 10011,
"color": 0,
"city": "Poplar",
"description": "<u>Сервер завершает работу - НОВЫЙ IP :</u> ts.server-top.ru\n<u>Сервер завершает работу - НОВЫЙ IP :</u> ts.server-top.ru\n<u>НОВЫЙ IP :</u> ts.server-top.ru",
"game": 9000043,
"owner": null,
"boosts": 1,
"last_offline": 1776894146,
"score": 0,
"last_online": 1776687016,
"icon": null,
"name": "😈• TeamSpeak \\p Community 24/7 • 😈",
"connect": "23.161.169.107:9987",
"request": "23.161.169.107:10011",
"map": null,
"gamemode": null,
"version": "3.13.7 Build: 1655727713",
"numplayers": 3,
"maxplayers": 32,
"bots": 0,
"secured": null,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 4,
"add_date": 1773927605,
"last_update": 1776894146,
"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": 171,
"language": "en",
"parked": false,
"app": {
"id": 1629110,
"steam_id": 9000043,
"name": "Teamspeak 3",
"url": "teamspeak-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11252455");
$data = json_decode($json, true);
var_dump($data);