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

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

text
https://api.gamemonitoring.ru/servers/2565192
json
{
  "response": {
    "id": 2565192,
    "ip": "209.58.191.56",
    "port": 27296,
    "query": 27296,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "",
    "game": 374280,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743710113,
    "score": null,
    "last_online": 1743239470,
    "icon": null,
    "name": "HGKG3-6UVW67",
    "connect": "209.58.191.56:28296",
    "request": "209.58.191.56:27296",
    "map": "12",
    "gamemode": "Contract Wars 2.0 Standalone",
    "version": null,
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "HK",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1705591848,
    "last_update": 1743710113,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 6495,
      "steam_id": 374280,
      "name": "Hired Ops",
      "url": "hired-ops",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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