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

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

text
https://api.gamemonitoring.ru/servers/7174224
json
{
  "response": {
    "id": 7174224,
    "ip": "45.88.230.128",
    "port": 28015,
    "query": 28014,
    "color": 0,
    "description": "![MUTINY 3x MAIN|Loot++|FPS+|TP|Home|PvP| JUST WIPED](https://i.imgur.com/35TM0Mn.png)\nWelcome to MUTINY 3X MAIN \r\n➤ Join our Discord @ discord.gg/MUTINYRUST\r\nServer Features:\r\n✪ 3x Gather Rates |3x Crafting Rates | 3x Components & Scrap\r\n✪ Ultra High Performance Custom Maps | Additional Recyclers\r\n✪ Custom PvP & Raid markers\r\n✪ Automatic Auth Sharing|Tool Cupboards|Code Locks|AutoTurrets\r\n✪ Extended Workbench Range\r\n✪ Custom Improved Loot Tables\r\n✪ No Group Limit\r\n✪ BGrade\r\n✪ Quick Smelter\r\n✪ Increased stack sizes\r\n✪ Box Sorter & Signs\r\n✪ Hand Selected Maps\r\n✪ All Tier 1 BPs unlocked & Electrical\r\nand much more!\r\nThe ultimate modded Rust Experience. We run use in-house/custom plugins to provide the perfect Modded experience for you & your team. We use only the latest hardware, ensuring your experience is lag-free.\r\nEnhance your experience @ store.mty.gg",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1755503135,
    "score": 0,
    "last_online": 1754125234,
    "icon": null,
    "name": "MUTINY 3x MAIN|Loot++|FPS+|TP|Home|PvP| JUST WIPED",
    "connect": "45.88.230.128:28015",
    "request": "45.88.230.128:28014",
    "map": "MUTINY Generated Map|FPS|WIPED",
    "gamemode": "Rust",
    "version": null,
    "numplayers": 0,
    "maxplayers": 128,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1736279651,
    "last_update": 1755503135,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "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/7174224");
$data = json_decode($json, true);
var_dump($data);