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/11138668
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11138668,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 730,
    "owner": 135824,
    "boosts": 1,
    "last_offline": 1773899481,
    "score": 3,
    "last_online": 1772965219,
    "icon": null,
    "name": "[CS2] line-project | !KNIFE !SKINS",
    "connect": null,
    "request": null,
    "map": "de_dust2",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1770414627,
    "last_update": 1773899481,
    "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": 16496,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2",
      "popular_maps_available": true
    },
    "server_owner": {
      "username": "argonlk999",
      "avatar": "b3e8a831-d3ae-4130-b6da-fc66a93ddc7e.jpg",
      "last_online": 1771658151
    },
    "mods": [
      {
        "id": 379,
        "name": "VIP"
      },
      {
        "id": 343,
        "name": "Skins"
      },
      {
        "id": 5,
        "name": "Admin System"
      },
      {
        "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": 425,
        "name": "Knife"
      },
      {
        "id": 380,
        "name": "VIP Antiflash"
      },
      {
        "id": 34,
        "name": "Bhop"
      },
      {
        "id": 42,
        "name": "Buy Vip"
      },
      {
        "id": 387,
        "name": "VIP KillFeed"
      },
      {
        "id": 344,
        "name": "Skins (Shop)"
      },
      {
        "id": 414,
        "name": "AWP"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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