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/11182206
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11182206,
    "ip": "45.95.31.77",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"2GB65CsZrm\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Вас приветствует 💚FAMECSGO💚**\\nЭто лучший проект по серверам Counter-Strike: Global Offensive, на котором вас будет ждать:\\n- хорошая администрация 👋\\n- стабильный онлайн💪\\n- интересная система наград, топов по статистике, випок🤩\\n- ламповая атмосфера🤘\\nНа наших серверах любой может стать **Легендой** - попробуй и ты!!!\\n----------------------------------------------------------------------------\\nНаш сайт - https://famecsgo.ru/\\nНаш дискорд - https://discord.gg/E4NkpCcZEU\\n\"}}]",
    "game": 4465480,
    "owner": 180438,
    "boosts": 1,
    "last_offline": 1775493725,
    "score": 5,
    "last_online": 1775830209,
    "icon": null,
    "name": "💚FAMECSGO.RU ➥ FPS MIRAGE | FREE VIP",
    "connect": "45.95.31.77:27015",
    "request": "45.95.31.77:27015",
    "map": "de_mirage_fps_fame",
    "gamemode": "Counter-Strike: Global Offensive",
    "version": "1.38.8.1",
    "numplayers": 13,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 70,
    "points": 247,
    "add_date": 1772620077,
    "last_update": 1775830209,
    "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": 29,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 1629104,
      "steam_id": 4465480,
      "name": "Counter-Strike: Global Offensive",
      "url": "counter-strike-global-offensive"
    },
    "server_owner": {
      "username": "famecsgo",
      "avatar": "no.jpg",
      "last_online": 1775809968
    },
    "mods": [
      {
        "id": 2189,
        "name": "LevelRanks"
      },
      {
        "id": 2190,
        "name": "Vips"
      },
      {
        "id": 2191,
        "name": "Admin"
      },
      {
        "id": 2188,
        "name": "Shop"
      },
      {
        "id": 2187,
        "name": "CheckCheats"
      },
      {
        "id": 2232,
        "name": "skins"
      },
      {
        "id": 2231,
        "name": "ws"
      },
      {
        "id": 2184,
        "name": "wcs"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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