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

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

text
https://api.gamemonitoring.ru/servers/6509448
json
{
  "response": {
    "id": 6509448,
    "ip": "205.178.168.196",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "description": "![Vital Rust - EU Monthly | 2x | Vanilla+ | No BP Wipes](https://i.gyazo.com/606f9eae19d9931d0af0e347c1393c3b.png)\nWelcome to where the best of Rust are competing\r\n\r\nBlueprints Schedule: Blueprints will never wipe\r\nWipe Schedule: A week prior to force @ 5pm London Time and First Thursday of every month @ 7pm London Time\r\n\r\nServer is set to have nice QoL Features:\r\n2x Loot tables will all junk removed\r\nSlightly adjusted loot respawns\r\nSlightly adjusted Furnace/Smelt speeds\r\n\r\nFree Features also include: Auto Electrical Branch output setting, Boosted input/output for Water Catchers, Automatic Team Authorization for Turrets and Tool Cupboards, Chainsaws will always hit the resource marker, adjustments to Torpedoes including damage dealt and more, no pay wall, no pay to win. All Free, enjoy.\r\n\r\nstore.vitalrust.com\r\nSupport can be found in our Discord: discord.gg/vital",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1754921800,
    "score": 5,
    "last_online": 1755694221,
    "icon": null,
    "name": "Vital Rust - EU Monthly | 2x | Vanilla+ | No BP Wipes",
    "connect": "205.178.168.196:28014",
    "request": "205.178.168.196:28015",
    "map": "Vital Rust Custom",
    "gamemode": "Rust",
    "version": "2594",
    "numplayers": 494,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 102,
    "add_date": 1730396147,
    "last_update": 1755694221,
    "banned": false,
    "wipe": 1754589952,
    "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/6509448");
$data = json_decode($json, true);
var_dump($data);