Teamspeak 3
API für BerkoTeamArea Community - 【Teamspeak Host 15.03 OFLLİNE !】
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10523099json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10523099,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Bursa",
"description": "[{\"id\":\"lulv70idq\",\"type\":\"paragraph\",\"data\":{\"text\":\"BerkoTeamArea’ya Hoş Geldiniz!\"}},{\"id\":\"2siv29be3\",\"type\":\"paragraph\",\"data\":{\"text\":\"●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● \\nBerkoTeamArea.com TeamSpeak Sunucusuna Hoş Geldiniz!\"}},{\"id\":\"5ckxssfth\",\"type\":\"paragraph\",\"data\":{\"text\":\"» Ana Sayfa ─ https://berkoteamarea.com \\n» Oy Ver ─ (bana tıkla) \\n» Ranksystem ─ https://ranksystem.berkoteamarea.com \\n» Rol Yöneticisi ─ https://assing.berkoteamarea.com \\n●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● \\n• BerkoTeamArea'ya Hoş Geldiniz! •\"}},{\"id\":\"SFhj63OjXY\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://gamemonitoring.net/teamspeak-3/servers/10523099/connect\",\"meta\":{\"description\":null,\"image\":{\"url\":null},\"title\":\"Just a moment...\"}}}]",
"game": 9000043,
"owner": 132494,
"boosts": 1,
"last_offline": 1774245076,
"score": 5,
"last_online": 1773351612,
"icon": null,
"name": "BerkoTeamArea Community - 【Teamspeak Host 15.03 OFLLİNE !】",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "TR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1762180096,
"last_update": 1774245076,
"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": 184,
"language": "tr",
"parked": true,
"app": {
"id": 1629110,
"steam_id": 9000043,
"name": "Teamspeak 3",
"url": "teamspeak-3"
},
"server_owner": {
"username": "ruzgario",
"avatar": "77c6752f-32e4-463f-83be-129530a01250.jpg",
"last_online": 1765084027
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10523099");
$data = json_decode($json, true);
var_dump($data);