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

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

text
https://api.gamemonitoring.ru/servers/3077495
json
{
  "response": {
    "id": 3077495,
    "ip": "46.4.244.169",
    "port": 17000,
    "query": 17004,
    "owner_name": "conantheroleplayer",
    "owner_avatar": "f0b57046-3d42-46db-be54-99bd10b416d9.jpg",
    "color": 0,
    "description": "",
    "game": 440900,
    "owner": 53324,
    "boosts": 1,
    "last_offline": 1745939845,
    "score": null,
    "last_online": 1746726049,
    "icon": null,
    "name": "Hosted by XLGAMES.PRO",
    "connect": "46.4.244.169:17000",
    "request": "46.4.244.169:17004",
    "map": "TalesofTamriel",
    "gamemode": "Conan Exiles",
    "version": "",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1708298974,
    "last_update": 1746726049,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 170,
      "steam_id": 440900,
      "name": "Conan Exiles",
      "url": "conan-exiles",
      "popular_maps_available": false
    },
    "server_owner": {
      "username": "conantheroleplayer",
      "avatar": "f0b57046-3d42-46db-be54-99bd10b416d9.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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