Teamspeak 3
के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11252258json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11252258,
"ip": "82.153.70.114",
"port": 9987,
"query": 9987,
"color": 0,
"city": "City of London",
"description": "Сервер закрыт - НОВЫЙ IP : [ TS.PROGAMERS.RO ](ts3server://TS.PROGAMERS.RO)",
"game": 9000043,
"owner": null,
"boosts": 1,
"last_offline": 1776891145,
"score": 5,
"last_online": 1776281414,
"icon": null,
"name": null,
"connect": null,
"request": "82.153.70.114:9987",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": null,
"private": false,
"country": "GB",
"status": false,
"votes": 1,
"points": 1,
"add_date": 1773507024,
"last_update": 1776891145,
"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": 175,
"language": "en",
"parked": false,
"app": {
"id": 1629110,
"steam_id": 9000043,
"name": "Teamspeak 3",
"url": "teamspeak-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11252258");
$data = json_decode($json, true);
var_dump($data);