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/11488621
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11488621,
    "ip": "82.147.67.173",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"tvJFvJwtbt\",\"type\":\"paragraph\",\"data\":{\"text\":\"Джайл сервер с уникальными системами которых вы ещё не видели\\nдружелюбное комьюнити и администрация\"}}]",
    "game": 730,
    "owner": 186485,
    "boosts": 1,
    "last_offline": 1775775124,
    "score": 5,
    "last_online": 1775769611,
    "icon": null,
    "name": "NeonRush",
    "connect": "82.147.67.173:27015",
    "request": "82.147.67.173:27015",
    "map": "jb_arctic_jail_v3",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 3,
    "points": 3,
    "add_date": 1775664235,
    "last_update": 1775775124,
    "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": 15425,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "4rm4ss",
      "avatar": "d417bdc5-cbd8-42ec-a1f4-303f23a5f007.jpg",
      "last_online": 1775766936
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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