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

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

text
https://api.gamemonitoring.ru/servers/5548304
json
{
  "response": {
    "id": 5548304,
    "ip": "192.169.95.147",
    "port": 23515,
    "query": 23515,
    "color": 0,
    "description": null,
    "game": 563560,
    "owner": null,
    "boosts": 1,
    "last_offline": 1755513909,
    "score": 0,
    "last_online": 1755924618,
    "icon": null,
    "name": "60tick - ASRD New York - Fetus' Fight Club",
    "connect": "192.169.95.147:23515",
    "request": "192.169.95.147:23515",
    "map": "rd-par5crucial_point",
    "gamemode": "ASBI WB RNG4 C2",
    "version": "7.1.4.6",
    "numplayers": 5,
    "maxplayers": 8,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 68,
    "add_date": 1723228447,
    "last_update": 1755924618,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "app": {
      "id": 176,
      "steam_id": 563560,
      "name": "Alien Swarm: Reactive Drop",
      "url": "alien-swarm-reactive-drop",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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