API for 👑CS2👑[ARGUS] SANDSTONE [!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/3904235
json
{
  "response": {
    "id": 3904235,
    "ip": "212.22.85.57",
    "port": 44444,
    "query": 44444,
    "owner_name": "argus24",
    "owner_avatar": "12583f54-678d-44de-9578-e300d9cbf869.jpg",
    "color": 0,
    "description": "Добро пожаловать на наш сервер.\nплюсы играть на нашем сервере\n1.мощное железо - даже при полностью забитом сервере лагов, крашей не будет.\n2. на нашем сервере стоит инферно без текстур, который повысит ваш фпс\n3. у нас множество различных плагинов\n4. так же у нас дешевые привелегии с большим функционалом\n5. отзывчивая администрация\nНаш сайт https://argus-cs2.ru/\nНаш дискорд https://discord.gg/K5hbAPtSdq! ![Description]",
    "game": 730,
    "owner": 48394,
    "boosts": 1,
    "last_offline": 1736309181,
    "score": 5,
    "last_online": 1743013829,
    "icon": null,
    "name": "👑CS2👑[ARGUS] SANDSTONE [!VIPTEST,!WS,!SHOP]",
    "connect": "212.22.85.57:44444",
    "request": "212.22.85.57:44444",
    "map": "sandstone",
    "gamemode": "Counter-Strike 2",
    "version": "1.40.7.2",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 99,
    "points": 284,
    "add_date": 1713601338,
    "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/3904235");
$data = json_decode($json, true);
var_dump($data);