Teamspeak 3
Zero Meaning Community के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11142925json
{
"response": {
"channels": {
"onlinecount": 21,
"items": [
{
"clients": 2,
"id": 1,
"items": [],
"name": "Lobby",
"order": 0,
"parent_id": 0,
"topic": "Default Channel has no topic"
},
{
"clients": 1,
"id": 2,
"items": [],
"name": "Hangout",
"order": 1,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 3,
"items": [],
"name": "Casual Chillin 1",
"order": 2,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 4,
"items": [],
"name": "Casual Chillin 2",
"order": 3,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 7,
"items": [],
"name": "Music",
"order": 4,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 13,
"items": [],
"name": "[spacer0]----- [Private Channels] -----",
"order": 5,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 8,
"items": [],
"name": "Away",
"order": 6,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 25,
"items": [],
"name": "Streaming",
"order": 7,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 9,
"items": [],
"name": "[spacer0]----- [Zero Meaning] -----",
"order": 8,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 10,
"items": [],
"name": "The Haven",
"order": 9,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 12,
"items": [],
"name": "Gaming 1",
"order": 10,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 5,
"items": [],
"name": "Gaming 2",
"order": 12,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 14,
"items": [],
"name": "Fight For Your Right",
"order": 13,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 17,
"items": [],
"name": "Eggy's Hangout",
"order": 14,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 34,
"items": [],
"name": "Gyros",
"order": 15,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 19,
"items": [],
"name": "OraLB",
"order": 17,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 20,
"items": [],
"name": "Psycho's Lair",
"order": 18,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 18,
"items": [],
"name": "The Embassy",
"order": 19,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 22,
"items": [],
"name": "RymesWithOrange's Farm",
"order": 20,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 15,
"items": [],
"name": "[spacer0]----- [Community Channels] ----",
"order": 22,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 6,
"items": [],
"name": "-Mexico-",
"order": 25,
"parent_id": 0,
"topic": "DEPORTED"
}
]
},
"external_id": "F8jPmnGT1zMlKaAr5ggKhPTog4Q=",
"platform": "Linux",
"created": 1603728768,
"uptime": 11558949,
"steam_id": null,
"domain": null,
"id": 11142925,
"ip": "66.70.139.94",
"port": 9987,
"query": 9987,
"color": 0,
"city": "Elmhurst",
"description": "Welcome to Zero Meaning! - https://ZeroMeaning.com\n\n Welcome to Zero Meaning! - https://ZeroMeaning.com",
"game": 9000043,
"owner": null,
"boosts": 1,
"last_offline": 1770933679,
"score": 0,
"last_online": 1776035294,
"icon": null,
"name": "Zero Meaning Community",
"connect": "66.70.139.94:9987",
"request": "66.70.139.94:9987",
"map": null,
"gamemode": null,
"version": "3.13.6 Build: 1623234157",
"numplayers": 5,
"maxplayers": 400,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1770933679,
"last_update": 1776035294,
"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": 111,
"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/11142925");
$data = json_decode($json, true);
var_dump($data);