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

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

text
https://api.gamemonitoring.ru/servers/11016287
json
{
  "response": {
    "steam_id": "90281723725613057",
    "domain": null,
    "id": 11016287,
    "ip": "91.107.185.70",
    "port": 27017,
    "query": 27018,
    "color": 0,
    "city": "Frankfurt Am Main",
    "description": null,
    "game": 1949740,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772053294,
    "score": 0,
    "last_online": 1775863830,
    "icon": null,
    "name": "Europe (DE) Server",
    "connect": "91.107.185.70:27017",
    "request": "91.107.185.70:27018",
    "map": null,
    "gamemode": "Banana Shooter",
    "version": "1.363",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1769943607,
    "last_update": 1775863830,
    "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": 2,
    "language": "de",
    "parked": false,
    "app": {
      "id": 1559569,
      "steam_id": 1949740,
      "name": "Banana Shooter",
      "url": "banana-shooter"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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