API for 👑CS2👑[ARGUS] AWP LEGO [!VIPTEST,!WS,!SHOP]

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/3900633
json
{
  "response": {
    "id": 3900633,
    "ip": "212.22.85.57",
    "port": 33333,
    "query": 33333,
    "owner_name": "argus24",
    "owner_avatar": "12583f54-678d-44de-9578-e300d9cbf869.jpg",
    "color": 3,
    "description": "На данном сервере стоит карта авп лего",
    "game": 730,
    "owner": 48394,
    "boosts": 4,
    "last_offline": 1742288258,
    "score": 4.9,
    "last_online": 1743013829,
    "icon": null,
    "name": "👑CS2👑[ARGUS] AWP LEGO [!VIPTEST,!WS,!SHOP]",
    "connect": "212.22.85.57:33333",
    "request": "212.22.85.57:33333",
    "map": "awp_lego_2",
    "gamemode": "Counter-Strike 2",
    "version": "1.40.7.2",
    "numplayers": 10,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 101,
    "points": 1696,
    "add_date": 1713502437,
    "last_update": 1743013829,
    "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": "argus24",
      "avatar": "12583f54-678d-44de-9578-e300d9cbf869.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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