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/1484982
json
{
  "response": {
    "steam_id": "90284116839622663",
    "domain": null,
    "id": 1484982,
    "ip": "95.165.136.15",
    "port": 7946,
    "query": 28101,
    "color": 0,
    "city": "Moscow",
    "description": "",
    "game": 834910,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775700724,
    "score": null,
    "last_online": 1775736035,
    "icon": null,
    "name": "D5 - (v560.3)",
    "connect": "95.165.136.15:7946",
    "request": "95.165.136.15:28101",
    "map": "Ocean",
    "gamemode": "TestGameMode_C",
    "version": "560.3",
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1697363114,
    "last_update": 1775736035,
    "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": 723,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 23488,
      "steam_id": 834910,
      "name": "ATLAS",
      "url": "atlas",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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