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/7412550
json
{
  "response": {
    "steam_id": "85568392935843096",
    "domain": null,
    "id": 7412550,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"RrLbG4m0IK\",\"type\":\"paragraph\",\"data\":{\"text\":\"Главная миссия проекта - это создание дружного комьюнити игроков.\\nЕсли ты хочешь играть, общаться и завести друзей - тебе сюда.\"}}]",
    "game": 730,
    "owner": 64684,
    "boosts": 1,
    "last_offline": 1770366013,
    "score": 5,
    "last_online": 1775932809,
    "icon": null,
    "name": "💜 TOP2.FUN 💜 TIKTOK SERVER",
    "connect": null,
    "request": null,
    "map": "de_mirage",
    "gamemode": "Counter-Strike 2",
    "version": "1.41.4.1",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 34,
    "points": 134,
    "add_date": 1739087799,
    "last_update": 1775932809,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": true,
    "hide_address": true,
    "hide_query": false,
    "position_game": 65,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "vladplav92",
      "avatar": "no.jpg",
      "last_online": 1775780126
    },
    "mods": [
      {
        "id": 379,
        "name": "VIP"
      },
      {
        "id": 343,
        "name": "Skins"
      },
      {
        "id": 5,
        "name": "Admin System"
      },
      {
        "id": 435,
        "name": "VIP FREE"
      },
      {
        "id": 381,
        "name": "VIP Bhop"
      },
      {
        "id": 383,
        "name": "VIP Core"
      },
      {
        "id": 391,
        "name": "Vips"
      },
      {
        "id": 437,
        "name": "Shop"
      },
      {
        "id": 380,
        "name": "VIP Antiflash"
      },
      {
        "id": 34,
        "name": "Bhop"
      },
      {
        "id": 393,
        "name": "VoteBKM"
      },
      {
        "id": 23,
        "name": "Armor"
      },
      {
        "id": 387,
        "name": "VIP KillFeed"
      },
      {
        "id": 1596,
        "name": "ViaVersion"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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