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

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

text
https://api.gamemonitoring.ru/servers/5233901
json
{
  "response": {
    "id": 5233901,
    "ip": "156.236.84.193",
    "port": 28000,
    "query": 28001,
    "color": 0,
    "description": "![[EU] SnowDiablo [X2] ONE GRID FPS+SMALL MAP](https://i.ibb.co/bgZNqZSK/baniere-onegride-officielpng.png)\n★ NO LIMITE \r\n ★ 2x Perfectly Modded \r\n ★ /craft \r\n ★ WATER BASE \r\n ★ Kits -> /kits \r\n ★ Custom Maps \r\n ★ AUTOWIPE Vote Discord \r\n ★ Wipe every 2 days \r\n ★ No Bans <500 Days \r\n ★ Quick Support -> discord.gg/cNPwNdaVN9 \r\n ★ No Toxicity \r\n ★ Events \r\n ★ Wipe block -> /blocked \r\n ✬✬Twitch SnowDiablo✬✬ \r\n ✬✬Discord .gg/cNPwNdaVN9✬✬",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1755699283,
    "score": 0,
    "last_online": 1753959034,
    "icon": null,
    "name": "[EU] SnowDiablo [X2] ONE GRID FPS+SMALL MAP",
    "connect": "156.236.84.193:28000",
    "request": "156.236.84.193:28001",
    "map": "Diablo's maps",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1721207552,
    "last_update": 1755699283,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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