Teamspeak 3
API pentru Ücretsiz Oda Aç Takıl
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11180580json
{
"response": {
"channels": {
"onlinecount": 4,
"items": [
{
"clients": 1,
"id": 5731,
"items": [],
"name": "Aşağıdaki Odaları Okuyun!!!!!!",
"order": 0,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 16264,
"items": [],
"name": "Lütfen Yeni Teamspeak3 Adresimize",
"order": 5731,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 16265,
"items": [],
"name": "İP Yerine Ts3Türkiye Yazarak Giriş Yapın",
"order": 16264,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 16266,
"items": [],
"name": "Low Ms Ve Kalite İçin Ts3Türkiye Yaz Gir",
"order": 16265,
"parent_id": 0,
"topic": ""
}
]
},
"external_id": "8je/W+z3LwzIB9Ci4O3iHcm8nds=",
"platform": "Linux",
"created": 1728914869,
"uptime": 2168958,
"steam_id": null,
"domain": null,
"id": 11180580,
"ip": "194.176.184.150",
"port": 9987,
"query": 9987,
"color": 0,
"city": "Piatra Neamţ",
"description": null,
"game": 9000043,
"owner": null,
"boosts": 1,
"last_offline": 1776169310,
"score": 0,
"last_online": 1776343243,
"icon": null,
"name": "Ücretsiz Oda Aç Takıl",
"connect": "194.176.184.150:9987",
"request": "194.176.184.150:9987",
"map": null,
"gamemode": null,
"version": "3.13.7 Build: 1655727713",
"numplayers": 2,
"maxplayers": 32,
"bots": 0,
"secured": null,
"private": false,
"country": "RO",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1772229617,
"last_update": 1776343243,
"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": "ro",
"parked": false,
"app": {
"id": 1629110,
"steam_id": 9000043,
"name": "Teamspeak 3",
"url": "teamspeak-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11180580");
$data = json_decode($json, true);
var_dump($data);