API for Классика x5 для НОВИЧКОВ |Loot+|BigBoyRust|

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. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6349296
json
{
  "response": {
    "fps": 139,
    "fps_avg": 137,
    "entities_count": 223040,
    "world_seed": 300863772,
    "world_size": 4000,
    "steam_id": "90284072468609037",
    "domain": "s1.bigboyrust.ru",
    "id": 6349296,
    "ip": "5.141.84.81",
    "port": 28015,
    "query": null,
    "color": 0,
    "city": "Yekaterinburg",
    "description": "[EU] Welcome to the Big Boy Rust server \r\n Feel like a Big Boy \r\n - rates x5 \r\n - increased loot from boxes and crates \r\n - increased stacks \r\n - accelerated melting furnaces \r\n - kits /kit \r\n [RU] Добро пожаловать на сервер Big Boy Rust \r\n Почувствуй себя Большим мальчиком \r\n - рейты х5 \r\n - увеличенный лут из ящиков и крейтов \r\n - увеличенные стаки \r\n - ускоренное плавление печей \r\n - стартовые наборы /kit",
    "game": 252490,
    "owner": 89061,
    "boosts": 1,
    "last_offline": 1775613802,
    "score": 5,
    "last_online": 1775694611,
    "icon": null,
    "name": "Классика x5 для НОВИЧКОВ |Loot+|BigBoyRust|",
    "connect": "s1.bigboyrust.ru:28015",
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 8,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 92,
    "add_date": 1729684940,
    "last_update": 1775694611,
    "banned": false,
    "wipe": 1775217570,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": true,
    "position_game": 199,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": {
      "username": "salutgoda",
      "avatar": "5f927704-9e27-42a3-90f1-8df7a2823e38.jpg",
      "last_online": 1775423728
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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