API for [CS2] BLOOD-WAR - MIRAGE [!VIPTEST,!LVL,!WS]

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/7857774
json
{
  "response": {
    "id": 7857774,
    "ip": "45.136.204.208",
    "port": 27015,
    "query": 27015,
    "owner_name": "danilisaev0022",
    "owner_avatar": "0f5540e2-2039-4273-891b-a48c0c43e0eb.jpg",
    "color": 0,
    "description": "[{\"id\":\"uPEAfZ4pQZ\",\"type\":\"paragraph\",\"data\":{\"text\":\" Популярный проект серверов в CSGO/CS2\"}},{\"id\":\"Tp4rRXhAjr\",\"type\":\"paragraph\",\"data\":{\"text\":\"1. Удобную настройку скинов на нашем сайте\"}},{\"id\":\"Z-0qpe1xfu\",\"type\":\"paragraph\",\"data\":{\"text\":\"2. Система репортов (администратор сразу увидит ваш репорт) \"}},{\"id\":\"FjE3SYAJCO\",\"type\":\"paragraph\",\"data\":{\"text\":\"3. Достойные администраторы\"}},{\"id\":\"BjcWxoO-Pv\",\"type\":\"paragraph\",\"data\":{\"text\":\"4. Частые обновления  \"}}]",
    "game": 730,
    "owner": 92150,
    "boosts": 1,
    "last_offline": 1744357565,
    "score": 5,
    "last_online": 1742642430,
    "icon": null,
    "name": "[CS2] BLOOD-WAR - MIRAGE [!VIPTEST,!LVL,!WS]",
    "connect": "45.136.204.208:27015",
    "request": "45.136.204.208:27015",
    "map": "de_mirage",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1740316785,
    "last_update": 1744357565,
    "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": "danilisaev0022",
      "avatar": "0f5540e2-2039-4273-891b-a48c0c43e0eb.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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