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/3806057
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 3806057,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"5ETLAJohHo\",\"type\":\"paragraph\",\"data\":{\"text\":\" Сайт сервера: [resand.online](https://resand.online/) Discord:  [https://discord.com/invite/resand-1208154948819484722](https://discord.com/invite/resand-1208154948819484722) \\n[https://t.me/reSands](https://t.me/reSands) - телеграмм канал  \"}},{\"id\":\"aNSGW3qZp0\",\"type\":\"paragraph\",\"data\":{\"text\":\" Заходите с друзьями и играйте на наших серверах!\"}},{\"id\":\"Tvm1Qjd4E-\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/2eec1c15-8c4b-4ea7-ae5e-96d8fbb440fd.png\"}}}]",
    "game": 730,
    "owner": 64535,
    "boosts": 1,
    "last_offline": 1770702665,
    "score": 4.9,
    "last_online": 1769800210,
    "icon": null,
    "name": "[CS2][Standoff2] RESAND Sandstone_new #1",
    "connect": null,
    "request": null,
    "map": "sandstone_snow_resand",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 36,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1712923858,
    "last_update": 1770702665,
    "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": 15643,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "xelpik",
      "avatar": "d60fba85-e5d8-4352-9e1a-d5d08eb863f7.jpg",
      "last_online": 1754850609
    },
    "mods": [
      {
        "id": 379,
        "name": "VIP"
      },
      {
        "id": 343,
        "name": "Skins"
      },
      {
        "id": 435,
        "name": "VIP FREE"
      },
      {
        "id": 436,
        "name": "Weapon Skins"
      },
      {
        "id": 381,
        "name": "VIP Bhop"
      },
      {
        "id": 383,
        "name": "VIP Core"
      },
      {
        "id": 415,
        "name": "BunnyHop"
      },
      {
        "id": 391,
        "name": "Vips"
      },
      {
        "id": 437,
        "name": "Shop"
      },
      {
        "id": 380,
        "name": "VIP Antiflash"
      },
      {
        "id": 338,
        "name": "Show Damage"
      },
      {
        "id": 393,
        "name": "VoteBKM"
      },
      {
        "id": 387,
        "name": "VIP KillFeed"
      },
      {
        "id": 344,
        "name": "Skins (Shop)"
      },
      {
        "id": 438,
        "name": "Custom Knives"
      },
      {
        "id": 363,
        "name": "Tag (LR)"
      },
      {
        "id": 386,
        "name": "VIP Equipments"
      },
      {
        "id": 378,
        "name": "Vampirism"
      },
      {
        "id": 349,
        "name": "Source Sleuth"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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