API for ⭐[CS2 JAIL] 💫 Владимирский Централ 💫

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/3362981
json
{
  "response": {
    "id": 3362981,
    "ip": "62.122.214.240",
    "port": 27015,
    "query": 27015,
    "owner_name": "1darklegend",
    "owner_avatar": "6945f0b9-250b-4698-ae41-51af3cc5472a.jpg",
    "color": 1,
    "description": "[{\"id\":\"w8owri968\",\"type\":\"paragraph\",\"data\":{\"text\":\"Присоединяйся к нашему серверу и испытай уникальный геймплей JailBreak Counter-Strike 2, где ты можешь выбрать роль заключённого или охранника, и окунуться в захватывающие приключения в мире, где каждое решение может повлиять на исход игры. Подготовься к невероятной атмосфере, тактическим сражениям и неожиданным поворотам событий в этом захватывающем побеге из тюрьмы!\"}},{\"id\":\"l0ldhyw6r\",\"type\":\"paragraph\",\"data\":{\"text\":\"JAILCS2.RU\\nT.ME/JAILCS2\\nDISCORD.GG/JAILCS2\"}},{\"id\":\"ycOZ0JzgMy\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/294b025f-48c7-47fc-a26f-f1e65630c802.png\"}}}]",
    "game": 730,
    "owner": 55356,
    "boosts": 21,
    "last_offline": 1740687970,
    "score": 5,
    "last_online": 1743432065,
    "icon": null,
    "name": "⭐[CS2 JAIL] 💫 Владимирский Централ 💫",
    "connect": "62.122.214.240:27015",
    "request": "62.122.214.240:27015",
    "map": "jb_sg_dojo_ap_v1",
    "gamemode": "Counter-Strike 2",
    "version": "1.40.7.2",
    "numplayers": 22,
    "maxplayers": 64,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 189,
    "points": 12768,
    "add_date": 1710219313,
    "last_update": 1743432065,
    "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": "1darklegend",
      "avatar": "6945f0b9-250b-4698-ae41-51af3cc5472a.jpg"
    },
    "mods": [
      {
        "id": 379,
        "name": "VIP"
      },
      {
        "id": 436,
        "name": "Weapon Skins"
      },
      {
        "id": 343,
        "name": "Skins"
      },
      {
        "id": 435,
        "name": "VIP FREE"
      },
      {
        "id": 391,
        "name": "Vips"
      },
      {
        "id": 381,
        "name": "VIP Bhop"
      },
      {
        "id": 415,
        "name": "BunnyHop"
      },
      {
        "id": 437,
        "name": "Shop"
      },
      {
        "id": 344,
        "name": "Skins (Shop)"
      },
      {
        "id": 363,
        "name": "Tag (LR)"
      },
      {
        "id": 438,
        "name": "Custom Knives"
      },
      {
        "id": 404,
        "name": "Welcome"
      },
      {
        "id": 386,
        "name": "VIP Equipments"
      },
      {
        "id": 14,
        "name": "Advertisement"
      },
      {
        "id": 395,
        "name": "Voting for map"
      },
      {
        "id": 439,
        "name": "Mini-games"
      },
      {
        "id": 424,
        "name": "Jail"
      },
      {
        "id": 110,
        "name": "Jailbreak"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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