API for Pole.GG
JSON for programs, websites and more
text
json
{
"response": {
"channels": {
"onlinecount": 24,
"items": [
{
"clients": 1,
"id": 4,
"items": [],
"name": "ask",
"order": 0,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 70080,
"items": [],
"name": "хуета",
"order": 1,
"parent_id": 0,
"topic": ""
},
{
"clients": -1,
"id": 18043,
"items": [],
"name": "666",
"order": 4,
"parent_id": 0,
"topic": ""
},
{
"clients": 3,
"id": 1,
"items": [],
"name": "Lobby",
"order": 14415,
"parent_id": 0,
"topic": "Welcome!"
},
{
"clients": 0,
"id": 14415,
"items": [],
"name": "[spacer0]",
"order": 18043,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 70478,
"items": [],
"name": "SO",
"order": 70080,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 70730,
"items": [],
"name": "тима даунов",
"order": 70478,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 70887,
"items": [],
"name": "esdrongodongo",
"order": 70730,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 70904,
"items": [],
"name": "NIGGERS",
"order": 70887,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 70909,
"items": [],
"name": "Ковкасян",
"order": 70904,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 70936,
"items": [],
"name": "obriogan",
"order": 70909,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 70983,
"items": [],
"name": "poink blank",
"order": 70936,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 70990,
"items": [],
"name": "Бабка ЛОх",
"order": 70983,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 70997,
"items": [],
"name": "кс 2",
"order": 70990,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 71000,
"items": [],
"name": "asdasd",
"order": 70997,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 71022,
"items": [],
"name": "ваня лох",
"order": 71000,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 71026,
"items": [],
"name": "пум пум",
"order": 71022,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 71028,
"items": [],
"name": "йуцйуйцу",
"order": 71026,
"parent_id": 0,
"topic": ""
},
{
"clients": 3,
"id": 71033,
"items": [],
"name": "5252 в камнее",
"order": 71028,
"parent_id": 0,
"topic": ""
},
{
"clients": 1,
"id": 71035,
"items": [],
"name": "сюда",
"order": 71033,
"parent_id": 0,
"topic": ""
},
{
"clients": 3,
"id": 71036,
"items": [],
"name": "CS2invalid_game",
"order": 71035,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 71038,
"items": [],
"name": "12312",
"order": 71036,
"parent_id": 0,
"topic": ""
},
{
"clients": 5,
"id": 71040,
"items": [],
"name": "312",
"order": 71038,
"parent_id": 0,
"topic": ""
},
{
"clients": 2,
"id": 71041,
"items": [],
"name": "3214132541",
"order": 71040,
"parent_id": 0,
"topic": ""
}
]
},
"external_id": "x+ESrVTApik8HfjqFOxMPnh0Zh8=",
"platform": "Linux",
"created": 1744739325,
"uptime": 1198841,
"steam_id": null,
"domain": null,
"id": 11506133,
"ip": "5.42.211.222",
"port": 9987,
"query": 10011,
"color": 0,
"city": "Moscow",
"description": "Pole.GG",
"game": 9000043,
"owner": null,
"boosts": 1,
"last_offline": 1779235805,
"last_online": 1780443620,
"icon": null,
"name": "Pole.GG",
"connect": "5.42.211.222:9987",
"request": "5.42.211.222:10011",
"map": null,
"gamemode": null,
"version": "3.13.7 Build: 1655727713",
"numplayers": 40,
"maxplayers": 256,
"bots": 0,
"secured": null,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 78,
"add_date": 1779235805,
"last_update": 1780443620,
"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": 33,
"language": "ru",
"parked": false,
"app": {
"id": 1629110,
"steam_id": 9000043,
"name": "Teamspeak 3",
"url": "teamspeak-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11506133");
$data = json_decode($json, true);
var_dump($data);