API for BOLOTO RUST 11.04 [MAX3|CUSTOM|X5-X10|KITS|TP|ДЛЯ НОВИЧ

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/556143
json
{
  "response": {
    "fps": 245,
    "fps_avg": 242,
    "world_seed": 1010,
    "world_size": 4050,
    "entities_count": 165022,
    "id": 556143,
    "ip": "46.174.53.90",
    "port": 30000,
    "query": 30002,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![BOLOTO RUST 11.04 [MAX3|CUSTOM|X5-X10|KITS|TP|ДЛЯ НОВИЧ](https://i.imgur.com/5gRgQp9.png)\nОграничение игроков в одной команде - 3 человека.\r\n\r\n• Рейты на добычу ресурсов x5 - x10\r\n• Полный и бесплатный доступ к /skin\r\n• Бесплатный доступ к /rec\r\n• Бесплатный рюкзак на максимум слотов!\r\n• Вайпы:  Вторник, 16:00. Пятница, 16:00\r\n• Улучшенный лут с бочек/ящиков\r\n• Инстакрафт\r\n• Автосортировка печей\r\n• Система репортов на игроков\r\n\r\nМагазин сервера - bolotorust.xyz\r\nГруппа ВК - vk.com/bolotorust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742906202,
    "score": 1,
    "last_online": 1744422649,
    "icon": null,
    "name": "BOLOTO RUST 11.04 [MAX3|CUSTOM|X5-X10|KITS|TP|ДЛЯ НОВИЧ",
    "connect": "46.174.53.90:30000",
    "request": "46.174.53.90:30002",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 20,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 66,
    "add_date": 1665514297,
    "last_update": 1744422649,
    "banned": false,
    "wipe": 1744374882,
    "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": []
  }
}

Code examples

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