Teamspeak 3
API for
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9633750json
{
"response": {
"steam_id": null,
"domain": "ts.oldgamers.ro",
"id": 9633750,
"ip": "194.176.184.155",
"port": 9987,
"query": 9987,
"color": 0,
"city": "Piatra Neamţ",
"description": "[{\"id\":\"f92r4wlgo\",\"type\":\"paragraph\",\"data\":{\"text\":\"Server RUS!\"}}]",
"game": 9000043,
"owner": 124576,
"boosts": 1,
"last_offline": 1776349981,
"score": 0,
"last_online": 1775642412,
"icon": null,
"name": null,
"connect": null,
"request": "194.176.184.155:9987",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 256,
"bots": 0,
"secured": null,
"private": false,
"country": "RO",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1751290210,
"last_update": 1776349981,
"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": 177,
"language": "ro",
"parked": false,
"app": {
"id": 1629110,
"steam_id": 9000043,
"name": "Teamspeak 3",
"url": "teamspeak-3"
},
"server_owner": {
"username": "munteana44",
"avatar": "no.jpg",
"last_online": 1774638901
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9633750");
$data = json_decode($json, true);
var_dump($data);