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/9500802
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9500802,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"atxdtjZfw0\",\"type\":\"header\",\"data\":{\"text\":\"German Horror Games\",\"level\":2}},{\"id\":\"PK8Co7avL6\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://discord.gg/YmkjCqM33n\",\"meta\":{\"description\":\"German Horror Games ist eine Gaming Commuity und wir haben 2 SCP:SL Server und einen in Banana Shooter. | 59 members\",\"image\":{\"url\":\"https://cdn.discordapp.com/splashes/1279090814722641931/548120f6474fe219156cf4710af0a5ed.jpg?size=512\"},\"title\":\"German Horror Games\"}}}]",
    "game": 700330,
    "owner": 122776,
    "boosts": 1,
    "last_offline": 1754222620,
    "score": 0,
    "last_online": 1751451622,
    "icon": null,
    "name": "Name is not set on server",
    "connect": null,
    "request": null,
    "map": "Facility",
    "gamemode": "SCP: Secret Laboratory",
    "version": null,
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1749844171,
    "last_update": 1754222620,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": true,
    "hide_query": false,
    "position_game": 35,
    "language": "de",
    "parked": true,
    "app": {
      "id": 18576,
      "steam_id": 700330,
      "name": "SCP: Secret Laboratory",
      "url": "scp-secret-laboratory"
    },
    "server_owner": {
      "username": "Bacnof",
      "avatar": "bed94772-52cd-4087-9af6-48227bb0f276.jpg",
      "last_online": 1773670983
    },
    "mods": [],
    "disabled_modules": [
      "chat"
    ]
  }
}

Code examples

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