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/8499564
json
{
  "response": {
    "id": 8499564,
    "ip": "164.92.218.124",
    "port": 27016,
    "query": 27016,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 227300,
    "owner": null,
    "boosts": 1,
    "last_offline": 1745486787,
    "score": 0,
    "last_online": 1745817094,
    "icon": null,
    "name": "LB TRANS 2 UTOPIA 1.54",
    "connect": "164.92.218.124:27016",
    "request": "164.92.218.124:27016",
    "map": "/map/grandutopia.mbd",
    "gamemode": "LB TRANS 2 UTOPIA 1.54",
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 8,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1743965820,
    "last_update": 1745817094,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 1980,
      "steam_id": 227300,
      "name": "Euro Truck Simulator 2",
      "url": "euro-truck-simulator-2",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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