Teamspeak 3
Transformice © Public Community Teamspeak 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10771618json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10771618,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Roubaix",
"description": "**Greetings! Welcome to GameAREA Server,Enjoy your stay here.Also Join our Discord: https://discord.gg/TqtyFhXUTQ**\n**Please to our server gamearea connect using the address.**",
"game": 9000043,
"owner": 21213,
"boosts": 1,
"last_offline": 1775541088,
"score": 0,
"last_online": 1774623018,
"icon": null,
"name": "Transformice © Public Community Teamspeak",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 400,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1766310909,
"last_update": 1775541088,
"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": 187,
"language": "fr",
"parked": true,
"app": {
"id": 1629110,
"steam_id": 9000043,
"name": "Teamspeak 3",
"url": "teamspeak-3"
},
"server_owner": {
"username": "teamdashing",
"avatar": "no.jpg",
"last_online": 1766315748
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10771618");
$data = json_decode($json, true);
var_dump($data);