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/10310594
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10310594,
    "ip": "185.189.255.245",
    "port": 35000,
    "query": 35010,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"gY7ZxHQam5\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/66662080-3b94-4063-9ec6-223063e85305.png\"}}}]",
    "game": 252490,
    "owner": 178215,
    "boosts": 1,
    "last_offline": 1775776282,
    "score": 4.9,
    "last_online": 1775509212,
    "icon": null,
    "name": "[RU] VERTEX TEST server",
    "connect": "185.189.255.245:35000",
    "request": "185.189.255.245:35010",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1758288382,
    "last_update": 1775776282,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9499,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "gorillbdo",
      "avatar": "no.jpg",
      "last_online": 1774185169
    },
    "mods": [
      {
        "id": 979,
        "name": "Kits"
      },
      {
        "id": 624,
        "name": "Clans"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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