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/10824969
json
{
  "response": {
    "steam_id": "90283948137462788",
    "domain": "play.potatoserver.live",
    "id": 10824969,
    "ip": "144.202.49.95",
    "port": 7787,
    "query": 27040,
    "color": 0,
    "city": "Elk Grove Village",
    "description": null,
    "game": 629760,
    "owner": 158179,
    "boosts": 1,
    "last_offline": 1775712123,
    "score": 0,
    "last_online": 1775815818,
    "icon": null,
    "name": "PotatoServer.Live",
    "connect": "play.potatoserver.live:7787",
    "request": "144.202.49.95:27040",
    "map": "Feitoria",
    "gamemode": "Mordhau",
    "version": "702625635",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1767880138,
    "last_update": 1775815818,
    "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": 2,
    "language": "en",
    "parked": false,
    "app": {
      "id": 51451,
      "steam_id": 629760,
      "name": "MORDHAU",
      "url": "mordhau"
    },
    "server_owner": {
      "username": "potatoserver",
      "avatar": "0aa338d8-4f05-4205-bb4d-ccec2dadc8be.png",
      "last_online": 1775459945
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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