Teamspeak 3
•\p TeamSpeak3 \p Community 24/7 \p•😈 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10854859json
{
"response": {
"channels": {
"onlinecount": 1,
"items": [
{
"clients": 1,
"id": 1,
"items": [],
"name": "НОВЫЙ IP : ts.server-top.ru",
"order": 0,
"parent_id": 0,
"topic": ""
}
]
},
"external_id": "4sKrEHNyFeQIQwjWpap9UER3pB0=",
"platform": "Linux",
"created": 1768496996,
"uptime": 8401192,
"steam_id": null,
"domain": null,
"id": 10854859,
"ip": "85.209.135.196",
"port": 9987,
"query": 9987,
"color": 0,
"city": "Moscow",
"description": "НОВЫЙ IP : ts.server-top.ru\nНОВЫЙ IP : ts.server-top.ru",
"game": 9000043,
"owner": null,
"boosts": 1,
"last_offline": 1776190316,
"score": 0,
"last_online": 1776898215,
"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": 1,
"maxplayers": 32,
"bots": 0,
"secured": null,
"private": false,
"country": "RU",
"status": true,
"votes": 2,
"points": 66,
"add_date": 1768065905,
"last_update": 1776898215,
"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": 77,
"language": "ru",
"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/10854859");
$data = json_decode($json, true);
var_dump($data);