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/11326557
json
{
  "response": {
    "steam_id": "85568392936154141",
    "domain": null,
    "id": 11326557,
    "ip": "45.11.16.73",
    "port": 7026,
    "query": 7026,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": null,
    "game": 4000,
    "owner": 185880,
    "boosts": 1,
    "last_offline": 1775838129,
    "score": 0,
    "last_online": 1775864418,
    "icon": null,
    "name": "MagicBox | Sandbox",
    "connect": "45.11.16.73:7026",
    "request": "45.11.16.73:7026",
    "map": "gm_thebox_17",
    "gamemode": "Sandbox",
    "version": "2025.03.26",
    "numplayers": 0,
    "maxplayers": 64,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774594160,
    "last_update": 1775864418,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 99,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": {
      "username": "mark12_marashov",
      "avatar": "db4fc836-e46f-4fff-ab4b-3dd05f31b019.jpg",
      "last_online": 1775414633
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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