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

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

text
https://api.gamemonitoring.ru/servers/6667624
json
{
  "response": {
    "id": 6667624,
    "ip": "92.38.222.30",
    "port": 2314,
    "query": 2315,
    "owner_name": "ggbluat",
    "owner_avatar": "add4edbf-c025-4f75-9c58-e3e3d4ccb281.jpg",
    "color": 0,
    "description": "[{\"id\":\"BSExkG0bPM\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сервер - LIGHT GAME HARDCORE PVP VANILLA PRO MAX\"}},{\"id\":\"W-IFaeDq_p\",\"type\":\"paragraph\",\"data\":{\"text\":\" Магазин: https://lgdayz.ru/\"}},{\"id\":\"ZajMfKhFLI\",\"type\":\"paragraph\",\"data\":{\"text\":\" Discord: https://discord.gg/WDwXjrGjWA\"}},{\"id\":\"gGMz4GCU5v\",\"type\":\"paragraph\",\"data\":{\"text\":\" VK: https://vk.com/lightgamedayz\"}},{\"id\":\"dGgwsk0pQq\",\"type\":\"paragraph\",\"data\":{\"text\":\" IP сервера: 92.38.222.30:2314 \"}}]",
    "game": 221100,
    "owner": 43580,
    "boosts": 1,
    "last_offline": 1743684488,
    "score": 0,
    "last_online": 1743693040,
    "icon": null,
    "name": "LIGHT GAME HARDCORE PVP VANILLA PRO MAX",
    "connect": "92.38.222.30:2314",
    "request": "92.38.222.30:2315",
    "map": "chernarusplus",
    "gamemode": null,
    "version": "1.27.159674",
    "numplayers": 4,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 23,
    "points": 118,
    "add_date": 1731564768,
    "last_update": 1743693040,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz",
      "popular_maps_available": false
    },
    "server_owner": {
      "username": "ggbluat",
      "avatar": "add4edbf-c025-4f75-9c58-e3e3d4ccb281.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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