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

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

text
https://api.gamemonitoring.ru/servers/8173661
json
{
  "response": {
    "id": 8173661,
    "ip": "109.254.83.12",
    "port": 27015,
    "query": 27015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 70,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742405820,
    "score": 0,
    "last_online": 1742900566,
    "icon": null,
    "name": "Half-Life Marta",
    "connect": "109.254.83.12:27015",
    "request": "109.254.83.12:27015",
    "map": "crossfire",
    "gamemode": "Half-Life",
    "version": "1.1.2.7/Stdio",
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 2,
    "secured": true,
    "private": false,
    "country": "UA",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1742380961,
    "last_update": 1742900566,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 9,
      "steam_id": 70,
      "name": "Half-Life",
      "url": "half-life",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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