API for 👑CS2👑 ARGUS-CS2.RU PUBLIC NIGHT

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/4594189
json
{
  "response": {
    "id": 4594189,
    "ip": "212.22.85.46",
    "port": 33333,
    "query": 33333,
    "owner_name": "argus24",
    "owner_avatar": "12583f54-678d-44de-9578-e300d9cbf869.jpg",
    "color": 0,
    "description": "[{\"id\":\"ut_ITNzneU\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сервер NIGHT PUBLIC со сменой карт. 3 карты с ночным режимом.\"}}]",
    "game": 730,
    "owner": 48394,
    "boosts": 1,
    "last_offline": 1744358207,
    "score": 5,
    "last_online": 1719733866,
    "icon": null,
    "name": "👑CS2👑 ARGUS-CS2.RU PUBLIC NIGHT",
    "connect": "212.22.85.46:33333",
    "request": "212.22.85.46:33333",
    "map": "de_inferno_night",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 25,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1717241941,
    "last_update": 1744358207,
    "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/4594189");
$data = json_decode($json, true);
var_dump($data);