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

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

text
https://api.gamemonitoring.ru/servers/1467318
json
{
  "response": {
    "id": 1467318,
    "ip": "51.77.105.71",
    "port": 2403,
    "query": 2403,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "",
    "game": 33930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1728969333,
    "score": null,
    "last_online": 1747231879,
    "icon": null,
    "name": "Sula's 1.0.7.1 PvE Missions , slow Zedz",
    "connect": "51.77.105.71:2402",
    "request": "51.77.105.71:2403",
    "map": "Napf",
    "gamemode": "DayZ Epoch Napf",
    "version": "1.64.144629",
    "numplayers": 3,
    "maxplayers": 30,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 40,
    "add_date": 1697312502,
    "last_update": 1747231879,
    "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/1467318");
$data = json_decode($json, true);
var_dump($data);