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. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7131838
json
{
  "response": {
    "id": 7131838,
    "ip": "194.147.90.165",
    "port": 23014,
    "query": 23014,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 304930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743830983,
    "score": 0,
    "last_online": 1744213855,
    "icon": null,
    "name": "Afghanistan | War RP",
    "connect": "194.147.90.165:23014",
    "request": "194.147.90.165:23014",
    "map": "Afghanistan Sol",
    "gamemode": null,
    "version": "1.0.0.0",
    "numplayers": 38,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1735978561,
    "last_update": 1744213855,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 48,
      "steam_id": 304930,
      "name": "Unturned",
      "url": "unturned",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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