Teamspeak 3
API pentru GamePluS \p Global Gaming \p Free Permanent \p Temporary Rooms
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11127094json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11127094,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Frankfurt am Main",
"description": "** Clan ve Kullanıcılara Özel Kalıcı Oda Düşük Ping. Aktif Yetkili Grubu**** GamePlus Ses Sunucusu. **** Permanent Room for Clan and Users Low ping. Active Authority Group**** GamePlus Voice Server**\n**Takımlara Müzik Bot Destegi**** Music Bot for Teams**\n\n**Oyun Grubu Belirterek Kalici Oda Acabilirsiniz**** You Can Open A Permanent Room By Specifying A Playgroup**",
"game": 9000043,
"owner": 168256,
"boosts": 1,
"last_offline": 1772603451,
"score": 0,
"last_online": 1771714276,
"icon": null,
"name": "GamePluS \\p Global Gaming \\p Free Permanent \\p Temporary Rooms",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 256,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770321161,
"last_update": 1772603451,
"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": 176,
"language": "de",
"parked": true,
"app": {
"id": 1629110,
"steam_id": 9000043,
"name": "Teamspeak 3",
"url": "teamspeak-3"
},
"server_owner": {
"username": "gameplusts3",
"avatar": "no.jpg",
"last_online": 1775632070
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11127094");
$data = json_decode($json, true);
var_dump($data);