Counter-Strike: Global Offensive
API для CSGO☢️PIXELH.RU☢️ - PUBLIC #1 | !KNIFE !SKINS
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10733669json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10733669,
"ip": "45.95.31.3",
"port": 27415,
"query": 27415,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"aDqQNd00nw\",\"type\":\"paragraph\",\"data\":{\"text\":\"• БЕСПЛАТНЫЕ КЕЙСЫ PIXELH.RU/CASES\\n• 😊 Дружелюбная атмосфера и адекватная администрация\\n• 🔪 Бесплатный скинченджер — ножи, перчатки, оружие\\n• 🎁 Бесплатные кейсы с наградами\\n• 🎉 Ивенты, розыгрыши и конкурсы со скинами\"}}]",
"game": 4465480,
"owner": 149857,
"boosts": 7,
"last_offline": 1777199409,
"score": 3.7,
"last_online": 1778193007,
"icon": null,
"name": "CSGO☢️PIXELH.RU☢️ - PUBLIC #1 | !KNIFE !SKINS",
"connect": "45.95.31.3:27415",
"request": "45.95.31.3:27415",
"map": "de_nuke",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 48,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 97,
"points": 1309,
"add_date": 1765456582,
"last_update": 1778193007,
"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": 6,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "gameboyas01",
"avatar": "2ede3df8-2041-4a2f-b812-59d5c6c10f90.jpg",
"last_online": 1778173026
},
"mods": [
{
"id": 2189,
"name": "LevelRanks"
},
{
"id": 2190,
"name": "Vips"
},
{
"id": 2191,
"name": "Admin"
},
{
"id": 2188,
"name": "Shop"
},
{
"id": 2232,
"name": "skins"
},
{
"id": 2206,
"name": "mirage"
},
{
"id": 2234,
"name": "Glover"
}
],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10733669");
$data = json_decode($json, true);
var_dump($data);