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

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

text
https://api.gamemonitoring.ru/servers/8338796
json
{
  "response": {
    "steam_id": "90277478503435272",
    "domain": null,
    "id": 8338796,
    "ip": "77.90.8.135",
    "port": 27980,
    "query": 27980,
    "color": 0,
    "city": null,
    "description": null,
    "game": 282440,
    "owner": null,
    "boosts": 1,
    "last_offline": 1762408328,
    "score": 0,
    "last_online": 1764128435,
    "icon": null,
    "name": "#ctfpickup @ https://houseofquake.com/discord #20",
    "connect": "77.90.8.135:27980",
    "request": "77.90.8.135:27980",
    "map": "japanesecastles",
    "gamemode": "Capture the Flag",
    "version": "1069 linux-x64 Jun  3 2016 20:53:50",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1743529417,
    "last_update": 1764128435,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "position_game": 451,
    "app": {
      "id": 138,
      "steam_id": 282440,
      "name": "Quake Live",
      "url": "quake-live",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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