Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами

JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/935751
json
{
  "response": {
    "id": 935751,
    "ip": "83.167.115.59",
    "port": 2302,
    "query": 2303,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "",
    "game": 33930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1745890064,
    "score": null,
    "last_online": 1745882451,
    "icon": null,
    "name": "Mikser's Warfare | CTI TvT PvE | discoru.ru/warfare",
    "connect": "83.167.115.59:2302",
    "request": "83.167.115.59:2303",
    "map": "chernarus",
    "gamemode": "[55] Warfare V48 Chernarus",
    "version": null,
    "numplayers": 0,
    "maxplayers": 55,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1684766666,
    "last_update": 1745890064,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 62,
      "steam_id": 33930,
      "name": "Arma 2: Operation Arrowhead",
      "url": "arma-2-operation-arrowhead",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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