API for ███ ➥ BlueSen [CS2] МАНЬЯК #1 | SHOP

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. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/4880374
json
{
  "response": {
    "id": 4880374,
    "ip": "46.174.48.212",
    "port": 27015,
    "query": 27015,
    "owner_name": "Rimatis",
    "owner_avatar": "075b7dd8-11c5-4129-980e-42911114dea7.jpg",
    "color": 0,
    "description": "[{\"id\":\"qcxtdDCeic\",\"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\":\"PpOZ7IvIjt\",\"type\":\"header\",\"data\":{\"text\":\"➥ Полезные ссылки\",\"level\":1}},{\"id\":\"WUCwr2fjST\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Сайт: **[bluesen.ru](http://bluesen.ru)\"}},{\"id\":\"Eno-STxPbo\",\"type\":\"paragraph\",\"data\":{\"text\":\"**VK:** [vk.com/bluesen](http://vk.com/bluesen)\"}},{\"id\":\"7duv4rF4HX\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Discord:** [discord.gg/bluesen](http://discord.gg/bluesen)\"}},{\"id\":\"WOlcwYVL0b\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Telegram:** [t.me/bluesen](http://t.me/bluesen)\"}}]",
    "game": 730,
    "owner": 77677,
    "boosts": 1,
    "last_offline": 1740711345,
    "score": 5,
    "last_online": 1744358440,
    "icon": null,
    "name": "███ ➥ BlueSen [CS2] МАНЬЯК #1 | SHOP",
    "connect": "46.174.48.212:27015",
    "request": "46.174.48.212:27015",
    "map": "winterday_bs",
    "gamemode": "Counter-Strike 2",
    "version": "1.40.7.4",
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 95,
    "add_date": 1719337967,
    "last_update": 1744358440,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2",
      "popular_maps_available": true
    },
    "server_owner": {
      "username": "Rimatis",
      "avatar": "075b7dd8-11c5-4129-980e-42911114dea7.jpg"
    },
    "mods": [],
    "disabled_modules": [
      "chat"
    ]
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/4880374");
$data = json_decode($json, true);
var_dump($data);