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

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

text
https://api.gamemonitoring.ru/servers/121845
json
{
  "response": {
    "id": 121845,
    "ip": "82.202.197.47",
    "port": 7777,
    "query": 7778,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "",
    "game": 33930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1746302310,
    "score": null,
    "last_online": 1747221864,
    "icon": null,
    "name": "*[RUS]* GoldKey Epoch-Origins NO PVP(PVE)         >> 3axogu! <<",
    "connect": "82.202.197.47:7777",
    "request": "82.202.197.47:7778",
    "map": null,
    "gamemode": "Arma OA",
    "version": "1.64.144629",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1552673255,
    "last_update": 1747221864,
    "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/121845");
$data = json_decode($json, true);
var_dump($data);