void için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"channels": {
"onlinecount": 23,
"items": [
{
"clients": -1,
"id": 8,
"items": [
{
"clients": -1,
"id": 14906,
"items": [],
"name": "альтухи",
"order": 0,
"parent_id": 8,
"topic": ""
},
{
"clients": 0,
"id": 3,
"items": [],
"name": "Вход = бан + дуддос",
"order": 14906,
"parent_id": 8,
"topic": ""
}
],
"name": "Секс по тимспику",
"order": 0,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 108522,
"items": [],
"name": "вывыв",
"order": 1,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 7,
"items": [],
"name": "666",
"order": 2,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 37070,
"items": [],
"name": "[spacer]",
"order": 7,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 48281,
"items": [],
"name": "Оверпики",
"order": 8,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 2,
"items": [],
"name": "999",
"order": 138,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 67576,
"items": [],
"name": "zima",
"order": 10535,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 1,
"items": [],
"name": "[cspacer] Spawn",
"order": 37070,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 49777,
"items": [],
"name": "барвиха лакшери",
"order": 48281,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 10535,
"items": [],
"name": "icytoxic",
"order": 49777,
"parent_id": 0,
"topic": ""
},
{
"clients": 0,
"id": 138,
"items": [
{
"clients": 0,
"id": 10425,
"items": [],
"name": "ещё одни тупые няшки",
"order": 0,
"parent_id": 138,
"topic": ""
}
],
"name": "тупые няшки",
"order": 67576,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 108596,
"items": [],
"name": "КОЛЯ Я ЗДЕСЬ",
"order": 108522,
"parent_id": 0,
"topic": ""
},
{
"clients": 3,
"id": 108662,
"items": [],
"name": "527",
"order": 108596,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 108740,
"items": [],
"name": "Zet Goidin",
"order": 108662,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 108794,
"items": [],
"name": "zus",
"order": 108740,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 108811,
"items": [],
"name": "123456",
"order": 108794,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 108815,
"items": [],
"name": "1231231",
"order": 108811,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 108817,
"items": [],
"name": "ewwef",
"order": 108815,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 108818,
"items": [],
"name": "пыш",
"order": 108817,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 108821,
"items": [],
"name": "asd",
"order": 108818,
"parent_id": 0,
"topic": ""
}
]
},
"external_id": "GkZuV3dGYaiaE1+3ok+RVcXzyWw=",
"platform": "Linux",
"created": 1702251402,
"uptime": 4411701,
"steam_id": null,
"domain": null,
"id": 11489053,
"ip": "94.154.1.86",
"port": 9987,
"query": 10011,
"color": 0,
"city": "Nuremberg",
"description": "Welcome to void, check deylary.t.me\nНайти канал: CTRL + F => Название",
"game": 9000043,
"owner": null,
"boosts": 1,
"last_offline": 1780292046,
"last_online": 1780447221,
"icon": null,
"name": "void",
"connect": "94.154.1.86:9987",
"request": "94.154.1.86:10011",
"map": null,
"gamemode": null,
"version": "3.13.7 Build: 1655727713",
"numplayers": 20,
"maxplayers": 256,
"bots": 0,
"secured": null,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1776028816,
"last_update": 1780447221,
"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": 42,
"language": "de",
"parked": false,
"app": {
"id": 1629110,
"steam_id": 9000043,
"name": "Teamspeak 3",
"url": "teamspeak-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11489053");
$data = json_decode($json, true);
var_dump($data);