Teamspeak 3
API pentru İP:voice.berkoteamarea.com - 【SERVER 2 -RU-TR-EU- FREE CHANNEL】
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10247032json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10247032,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Istanbul",
"description": "[{\"id\":\"8BEPNNuhF-\",\"type\":\"paragraph\",\"data\":{\"text\":\"📢 BERKOTEAMAREA.COM\"}},{\"id\":\"w0hKspCLNn\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Lütfen şu adresi girin: ➡️ IP: voice.berkoteamarea.com\"}}]",
"game": 9000043,
"owner": 132494,
"boosts": 1,
"last_offline": 1768715477,
"score": 0,
"last_online": 1767780612,
"icon": null,
"name": "İP:voice.berkoteamarea.com - 【SERVER 2 -RU-TR-EU- FREE CHANNEL】",
"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": 1756916952,
"last_update": 1768715477,
"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": 183,
"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": [
{
"id": 379,
"name": "VIP"
}
],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10247032");
$data = json_decode($json, true);
var_dump($data);