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

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

text
https://api.gamemonitoring.ru/servers/204250
json
{
  "response": {
    "id": 204250,
    "ip": "46.174.53.6",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "description": "",
    "game": 240,
    "owner": 17343,
    "boosts": 1,
    "last_offline": 1747175427,
    "score": null,
    "last_online": 1758241221,
    "icon": null,
    "name": "[ OCTAGON ] 8Arena.ru [VIP FREE]",
    "connect": "46.174.53.6:27015",
    "request": "46.174.53.6:27015",
    "map": "de_dust2",
    "gamemode": "Counter-Strike: Source",
    "version": "9540945",
    "numplayers": 6,
    "maxplayers": 64,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 67,
    "add_date": 1570887632,
    "last_update": 1758241221,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "app": {
      "id": 5,
      "steam_id": 240,
      "name": "Counter-Strike: Source",
      "url": "counter-strike-source",
      "popular_maps_available": true
    },
    "server_owner": {
      "username": "SCAR_DELIVE",
      "avatar": "d2bede5afde14c172f36e0cbbe4097e1.jpg",
      "last_online": 1576641865
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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