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

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

text
https://api.gamemonitoring.ru/servers/3318738
json
{
  "response": {
    "id": 3318738,
    "ip": "5.62.126.243",
    "port": 27016,
    "query": 27016,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "",
    "game": 9000042,
    "owner": null,
    "boosts": 1,
    "last_offline": 1741279234,
    "score": null,
    "last_online": 1744064610,
    "icon": null,
    "name": "ESL Meisterschaft",
    "connect": "5.62.126.243:27016",
    "request": "5.62.126.243:27016",
    "map": "de_cbble",
    "gamemode": "Counter-Strike: Global Offensive",
    "version": "1.38.7.9",
    "numplayers": 0,
    "maxplayers": 11,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1709937751,
    "last_update": 1744064610,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 1629104,
      "steam_id": 9000042,
      "name": "Counter-Strike: Global Offensive",
      "url": "counter-strike-global-offensive",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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