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. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/377463
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 377463,
    "ip": "62.122.214.83",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Moscow",
    "description": "",
    "game": 10,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775100732,
    "score": null,
    "last_online": 1775896822,
    "icon": null,
    "name": "[HNS] hh(s)# Russian Official  [255aa]",
    "connect": "62.122.214.83:27015",
    "request": "62.122.214.83:27015",
    "map": "hns_proworld",
    "gamemode": "vk.com/artwebster",
    "version": "1.1.2.7/Stdio",
    "numplayers": 1,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 33,
    "add_date": 1597711908,
    "last_update": 1775896822,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3488,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 3,
      "steam_id": 10,
      "name": "Counter-Strike",
      "url": "counter-strike"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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