API for [v34] СКИЛЛОВЫЙ only HeadShot

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/6708724
json
{
  "response": {
    "id": 6708724,
    "ip": "46.174.49.39",
    "port": 27205,
    "query": 27205,
    "owner_name": "sergey_igisimov",
    "owner_avatar": "20bb7d66-54ba-4bda-85f7-cd19cdf9fa46.jpg",
    "color": 0,
    "description": null,
    "game": 240,
    "owner": 92146,
    "boosts": 1,
    "last_offline": 1744902242,
    "score": 0,
    "last_online": 1744837237,
    "icon": null,
    "name": "[v34] СКИЛЛОВЫЙ only  HeadShot",
    "connect": "46.174.49.39:27205",
    "request": "46.174.49.39:27205",
    "map": "$2000$",
    "gamemode": "Counter-Strike: Source v34",
    "version": null,
    "numplayers": 0,
    "maxplayers": 15,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1732136992,
    "last_update": 1744902242,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 5,
      "steam_id": 240,
      "name": "Counter-Strike: Source",
      "url": "counter-strike-source",
      "popular_maps_available": true
    },
    "server_owner": {
      "username": "sergey_igisimov",
      "avatar": "20bb7d66-54ba-4bda-85f7-cd19cdf9fa46.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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