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

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

text
https://api.gamemonitoring.ru/servers/486400
json
{
  "response": {
    "id": 486400,
    "ip": "94.154.156.149",
    "port": 7877,
    "query": 28415,
    "color": 0,
    "description": "",
    "game": 346110,
    "owner": null,
    "boosts": 1,
    "last_offline": 1757914517,
    "score": null,
    "last_online": 1758230460,
    "icon": null,
    "name": "Maelstrom Gaming [Valguero][PvE]",
    "connect": "94.154.156.149:7877",
    "request": "94.154.156.149:28415",
    "map": "Valguero_P",
    "gamemode": "TestGameMode_StairsMod_C",
    "version": "358.24",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1637471105,
    "last_update": 1758230460,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "app": {
      "id": 67,
      "steam_id": 346110,
      "name": "ARK: Survival Evolved",
      "url": "ark-survival-evolved",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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