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

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

text
https://api.gamemonitoring.ru/servers/6704208
json
{
  "response": {
    "id": 6704208,
    "ip": "82.202.249.165",
    "port": 2403,
    "query": 2403,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 33930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1747008508,
    "score": 0,
    "last_online": 1747230090,
    "icon": null,
    "name": "----------------ARMA2.ACADEMY [PVE]--------------",
    "connect": "82.202.249.165:2402",
    "request": "82.202.249.165:2403",
    "map": "chernarus",
    "gamemode": "EVO RED NEW BASE + 107.9 CO(academy)Chernarus",
    "version": "1.64.144629",
    "numplayers": 3,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 42,
    "add_date": 1732098952,
    "last_update": 1747230090,
    "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/6704208");
$data = json_decode($json, true);
var_dump($data);