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/9309229
json
{
  "response": {
    "steam_id": "90282503332112396",
    "domain": null,
    "id": 9309229,
    "ip": "109.230.238.95",
    "port": 27210,
    "query": null,
    "color": 0,
    "city": "Münster",
    "description": "[{\"id\":\"kIpzHoWAKT\",\"type\":\"header\",\"data\":{\"text\":\"German Horror Games\",\"level\":2}},{\"id\":\"Er14GHed0z\",\"type\":\"paragraph\",\"data\":{\"text\":\"↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓\"}},{\"id\":\"xQIoPZGR03\",\"type\":\"linkTool\",\"data\":{\"link\":\"steam://rungameid/1949740//+connect%20109.230.238.95:27210\",\"meta\":{}}}]",
    "game": 1949740,
    "owner": 122776,
    "boosts": 1,
    "last_offline": 1774990935,
    "score": 0,
    "last_online": 1775854213,
    "icon": null,
    "name": "German Horror Games",
    "connect": "109.230.238.95:27210",
    "request": null,
    "map": null,
    "gamemode": "Banana Shooter",
    "version": "1.363",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1747690285,
    "last_update": 1775854213,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": true,
    "position_game": 2,
    "language": "de",
    "parked": false,
    "app": {
      "id": 1559569,
      "steam_id": 1949740,
      "name": "Banana Shooter",
      "url": "banana-shooter"
    },
    "server_owner": {
      "username": "Bacnof",
      "avatar": "bed94772-52cd-4087-9af6-48227bb0f276.jpg",
      "last_online": 1773670983
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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