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/11488221
json
{
  "response": {
    "steam_id": 90284135042649100,
    "domain": null,
    "id": 11488221,
    "ip": "178.32.109.170",
    "port": 25582,
    "query": 25580,
    "color": 0,
    "city": "Strasbourg",
    "description": "[{\"id\":\"oL-odvhneU\",\"type\":\"paragraph\",\"data\":{\"text\":\"Mipko – it’s pure vanilla, nothing else. Cap loot is disabled.\"}},{\"id\":\"bcz8e6wwRZ\",\"type\":\"paragraph\",\"data\":{\"text\":\"Mipko — это чистая ваниль, больше ничего. Ограничение лута отключено.\\n\\nБудьте здоровы | Be healthy \"}}]",
    "game": 221100,
    "owner": 185868,
    "boosts": 1,
    "last_offline": 1775411934,
    "score": 0,
    "last_online": 1775749812,
    "icon": null,
    "name": "DayZ Pure Vanilla | Mipko",
    "connect": "178.32.109.170:25582",
    "request": "178.32.109.170:25580",
    "map": "chernarusplus",
    "gamemode": null,
    "version": "1.29.162510",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 2,
    "points": 92,
    "add_date": 1775411934,
    "last_update": 1775749812,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 537,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": {
      "username": "mipko",
      "avatar": "95bdc41c-5cb3-4132-991d-38ac5526e0e1.jpg",
      "last_online": 1775722447
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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