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

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

text
https://api.gamemonitoring.ru/servers/572036
json
{
  "response": {
    "modded": true,
    "id": 572036,
    "ip": "45.88.230.208",
    "port": 28017,
    "query": 28015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[EU] DOPE 5X | SOLO ONLY - JUST WIPED 29/4 - X5](https://i.imgur.com/S3ZYbpn.png)\n• Solo Only - Group Limit: 1 - No Allies/Truces\n• Free SkinBox, Blueprint Tier 1 unlocked\n• 5X Gather, High Stacksizes, Improved Loot Tables\n• 5X Smelting, Instant Crafting, Short Nights\n• Starter Kit, Extended Workbench Range, Bgrade, Upgrade\n• Item Shop with Reward System + Playtime Benefits\n• FPS+ Maps with Bandit + Outpost merged\n• Additional Recyclers + Marketplaces\n• Bow Spawnkit, Scrap Exchange, Minis on roads\n• Advanced Rust+ Raid Alarm, Active Staff\n• Turret Limit: 40 in 12 building square radius\n\nBe sure to join our discord:\nhttps://discord.gg/doperust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744148922,
    "score": null,
    "last_online": 1746056439,
    "icon": null,
    "name": "[EU] DOPE 5X | SOLO ONLY - JUST WIPED 29/4 - X5",
    "connect": "45.88.230.208:28017",
    "request": "45.88.230.208:28015",
    "map": "discord.gg/doperust",
    "gamemode": "Rust",
    "version": "2585",
    "numplayers": 38,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1668896582,
    "last_update": 1746056439,
    "banned": false,
    "wipe": 1745935372,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": 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/572036");
$data = json_decode($json, true);
var_dump($data);