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

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

text
https://api.gamemonitoring.ru/servers/8234443
json
{
  "response": {
    "id": 8234443,
    "ip": "31.104.225.171",
    "port": 27017,
    "query": 27017,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 244850,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742422481,
    "score": 0,
    "last_online": 1742829239,
    "icon": null,
    "name": "GoobbueGang",
    "connect": "31.104.225.171:27017",
    "request": "31.104.225.171:27017",
    "map": "SPACE",
    "gamemode": "Space Engineers",
    "version": "1205026",
    "numplayers": 0,
    "maxplayers": 5,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1742422481,
    "last_update": 1742829239,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 97,
      "steam_id": 244850,
      "name": "Space Engineers",
      "url": "space-engineers",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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