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

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

text
https://api.gamemonitoring.ru/servers/11142756
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11142756,
    "ip": "80.242.59.123",
    "port": 7807,
    "query": 7807,
    "color": 0,
    "city": "Veliky Novgorod",
    "description": null,
    "game": 393380,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775022169,
    "score": 1,
    "last_online": 1775689268,
    "icon": null,
    "name": "[RU] Phoenix | AAS/RAAS/INV",
    "connect": "80.242.59.123:7807",
    "request": "80.242.59.123:7807",
    "map": "Manicouagan_Skirmish_v2",
    "gamemode": "Skirmish",
    "version": "v10.3.1.576590.1719",
    "numplayers": 0,
    "maxplayers": 98,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1770815407,
    "last_update": 1775689268,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 293,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 137,
      "steam_id": 393380,
      "name": "Squad",
      "url": "squad",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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