Counter-Strike 2
API for ➥ BLUESEN.RU [CS2] MINIGAME #1 [ANTICHEAT]
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6100977json
{
"response": {
"steam_id": "85568392932322550",
"domain": null,
"id": 6100977,
"ip": "46.174.48.212",
"port": 27026,
"query": 27026,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"Di2BGCMx1w\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/a9425cc4-a4ca-49e4-9e8e-0cf38ba5afd8.png\"}}},{\"id\":\"o_F0UMB9vx\",\"type\":\"header\",\"data\":{\"text\":\"➥ Полезные ссылки\",\"level\":1}},{\"id\":\"cRQ8OQ6lNG\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Сайт: **[bluesen.ru](http://bluesen.ru)\"}},{\"id\":\"WJG3FquAeU\",\"type\":\"paragraph\",\"data\":{\"text\":\"**VK:** [vk.com/bluesen](http://vk.com/bluesen)\"}},{\"id\":\"KGCY57GdMN\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Discord:** [discord.gg/bluesen](http://discord.gg/bluesen)\"}},{\"id\":\"4QJNO6yRIU\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Telegram:** [t.me/bluesen](http://t.me/bluesen)\"}}]",
"game": 730,
"owner": 77677,
"boosts": 1,
"last_offline": 1774020718,
"score": 4.9,
"last_online": 1775763011,
"icon": null,
"name": "➥ BLUESEN.RU [CS2] MINIGAME #1 [ANTICHEAT]",
"connect": "46.174.48.212:27026",
"request": "46.174.48.212:27026",
"map": "mg_dicore_course",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1727801562,
"last_update": 1775763011,
"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": 148,
"language": "ru",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "Rimatis",
"avatar": "075b7dd8-11c5-4129-980e-42911114dea7.jpg",
"last_online": 1734928293
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6100977");
$data = json_decode($json, true);
var_dump($data);