API for [CS2] ONYX FPS AWP LEGO 2 | !KNIFE !SKINS 14+

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/7907585
json
{
  "response": {
    "id": 7907585,
    "ip": "37.48.252.2",
    "port": 27215,
    "query": 27215,
    "owner_name": "Pasha416",
    "owner_avatar": "73a423d6-f643-45d9-b3a7-8421c0ad3455.jpg",
    "color": 0,
    "description": null,
    "game": 730,
    "owner": 84775,
    "boosts": 1,
    "last_offline": 1740673770,
    "score": 5,
    "last_online": 1743793854,
    "icon": null,
    "name": "[CS2] ONYX FPS AWP LEGO 2 | !KNIFE !SKINS 14+",
    "connect": "37.48.252.2:27215",
    "request": "37.48.252.2:27215",
    "map": "awp_lego_2_fps",
    "gamemode": "Counter-Strike 2",
    "version": "1.40.7.4",
    "numplayers": 2,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 6,
    "points": 85,
    "add_date": 1740673770,
    "last_update": 1743793854,
    "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": "Pasha416",
      "avatar": "73a423d6-f643-45d9-b3a7-8421c0ad3455.jpg"
    },
    "mods": [
      {
        "id": 379,
        "name": "VIP"
      },
      {
        "id": 436,
        "name": "Weapon Skins"
      },
      {
        "id": 343,
        "name": "Skins"
      },
      {
        "id": 391,
        "name": "Vips"
      },
      {
        "id": 383,
        "name": "VIP Core"
      },
      {
        "id": 415,
        "name": "BunnyHop"
      },
      {
        "id": 338,
        "name": "Show Damage"
      },
      {
        "id": 425,
        "name": "Knife"
      },
      {
        "id": 362,
        "name": "Tag"
      },
      {
        "id": 437,
        "name": "Shop"
      },
      {
        "id": 387,
        "name": "VIP KillFeed"
      },
      {
        "id": 48,
        "name": "Check Cheats"
      },
      {
        "id": 5,
        "name": "Admin System"
      },
      {
        "id": 363,
        "name": "Tag (LR)"
      },
      {
        "id": 438,
        "name": "Custom Knives"
      },
      {
        "id": 14,
        "name": "Advertisement"
      },
      {
        "id": 414,
        "name": "AWP"
      },
      {
        "id": 382,
        "name": "Vip Convert"
      },
      {
        "id": 369,
        "name": "Test"
      },
      {
        "id": 361,
        "name": "SystemReport (Discord)"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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