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

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

text
https://api.gamemonitoring.ru/servers/6509896
json
{
  "response": {
    "id": 6509896,
    "ip": "172.96.164.35",
    "port": 2372,
    "query": 2372,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1746142503,
    "score": 0,
    "last_online": 1745877092,
    "icon": null,
    "name": "Home World Security Mission Server",
    "connect": "172.96.164.35:2371",
    "request": "172.96.164.35:2372",
    "map": "cytech_underground_terrain",
    "gamemode": "Stargate S2 E5",
    "version": null,
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "CA",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1730396552,
    "last_update": 1746142503,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 61,
      "steam_id": 107410,
      "name": "Arma 3",
      "url": "arma-3",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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