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

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

text
https://api.gamemonitoring.ru/servers/9520121
json
{
  "response": {
    "steam_id": "85568392933274521",
    "domain": null,
    "id": 9520121,
    "ip": "87.121.85.137",
    "port": 27019,
    "query": 27019,
    "color": 0,
    "city": "Budapest",
    "description": null,
    "game": 730,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774335115,
    "score": 0,
    "last_online": 1775916053,
    "icon": null,
    "name": "[HUN] eVERTSON 🔴 AWP 🔴 !store • !cases • !vip",
    "connect": "87.121.85.137:27019",
    "request": "87.121.85.137:27019",
    "map": "awp_lego_2",
    "gamemode": "Counter-Strike 2",
    "version": "1.41.4.1",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "HU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1750535598,
    "last_update": 1775916053,
    "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": 9588,
    "language": "hu",
    "parked": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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