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

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

text
https://api.gamemonitoring.ru/servers/11143172
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11143172,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Eugene",
    "description": "[{\"id\":\"OAPIczjfNQ\",\"type\":\"paragraph\",\"data\":{\"text\":\"Welcome to OPIUM Classic 5V5\\n\\nExperience Counter-Strike 2 exactly as it was meant to be played. Our server is dedicated to providing a high-performance, low-latency environment for competitive 5v5 matches.\\n\\nRules: Standard Competitive (MR12)\\n\\nLocation: Czechia (Central Europe)\\n\\nFeatures: Active administration, clean config, and no lag.\\n\\nMap Pool: Dust 2, Mirage, Inferno, Nuke, Ancient, Anubis, Overpass, Vertigo, Train, Office, Italy\\n\\nJoin us for a fair and focused tactical experience. No toxic behavior, just pure CS.\"}}]",
    "game": 730,
    "owner": 169246,
    "boosts": 1,
    "last_offline": 1772517058,
    "score": 0,
    "last_online": 1771603289,
    "icon": null,
    "name": "OPIUM Classic 5V5 | Vanilla",
    "connect": null,
    "request": null,
    "map": "de_dust2",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1771414422,
    "last_update": 1772517058,
    "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": 16441,
    "language": "en",
    "parked": true,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "max_n_vzorov",
      "avatar": "e3e785bd-717b-4ffc-9a50-07bfd951e7fe.jpg",
      "last_online": 1773154971
    },
    "mods": [
      {
        "id": 5,
        "name": "Admin System"
      },
      {
        "id": 48,
        "name": "Check Cheats"
      },
      {
        "id": 416,
        "name": "Classic"
      },
      {
        "id": 394,
        "name": "Votemap"
      },
      {
        "id": 395,
        "name": "Voting for map"
      },
      {
        "id": 9,
        "name": "Admins"
      },
      {
        "id": 1938,
        "name": "PUBLIC"
      }
    ],
    "disabled_modules": []
  }
}

Примеры кода

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