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

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

text
https://api.gamemonitoring.ru/servers/4976886
json
{
  "response": {
    "id": 4976886,
    "ip": "95.156.230.194",
    "port": 27018,
    "query": 27018,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 221100,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744716963,
    "score": 0,
    "last_online": 1744999421,
    "icon": null,
    "name": "BSRP Dev",
    "connect": "95.156.230.194:2502",
    "request": "95.156.230.194:27018",
    "map": "alteria",
    "gamemode": null,
    "version": "1.27.159674",
    "numplayers": 2,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1720188273,
    "last_update": 1744999421,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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