API for -> [CS2] <- ⭐ SYMMETRY | MIRAGE FPS | EARTH 🌍

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/8170973
json
{
  "response": {
    "id": 8170973,
    "ip": "185.194.107.200",
    "port": 27215,
    "query": 27215,
    "owner_name": "SYMMETRY",
    "owner_avatar": "8ea2b20d-d6d2-46bb-99a6-24dc8fda02be.jpg",
    "color": 0,
    "description": "[{\"id\":\"iQxHxmcAZ9\",\"type\":\"header\",\"data\":{\"text\":\"⭐ SYMMETRY | MIRAGE FPS | EARTH 🌍\",\"level\":1}},{\"id\":\"SNZiSsK8Wm\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Залетай к нам!\\n- Доступные команды: !ws, !knife, !gloves, !viptest\\n- [Дискорд Сервер](https://discord.gg/SyHFFVjD3z)\\n- [Установить скины](https://skins.symmetry-cs2.ru/)\"}}]",
    "game": 730,
    "owner": 50572,
    "boosts": 1,
    "last_offline": 1742069045,
    "score": 5,
    "last_online": 1744610421,
    "icon": null,
    "name": "-> [CS2] <- ⭐ SYMMETRY | MIRAGE FPS | EARTH 🌍",
    "connect": "185.194.107.200:27215",
    "request": "185.194.107.200:27215",
    "map": "de_mirage_fps",
    "gamemode": "Counter-Strike 2",
    "version": "1.40.7.4",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 1,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 42,
    "points": 142,
    "add_date": 1742069045,
    "last_update": 1744610421,
    "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": "SYMMETRY",
      "avatar": "8ea2b20d-d6d2-46bb-99a6-24dc8fda02be.jpg"
    },
    "mods": [
      {
        "id": 379,
        "name": "VIP"
      },
      {
        "id": 436,
        "name": "Weapon Skins"
      },
      {
        "id": 343,
        "name": "Skins"
      },
      {
        "id": 381,
        "name": "VIP Bhop"
      },
      {
        "id": 383,
        "name": "VIP Core"
      },
      {
        "id": 391,
        "name": "Vips"
      },
      {
        "id": 393,
        "name": "VoteBKM"
      },
      {
        "id": 239,
        "name": "Iks Admin"
      }
    ],
    "disabled_modules": [
      "chat"
    ]
  }
}

Code examples

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