API Documentation

View documentation for RBXBolt API

Get API Key
BASE URL: https://api.rbxbolt.com/v1
GET /discord/{ID}
Get User Account

Returns the linked Roblox account data for a specific Discord ID. Note: ?key={APIKey} is required.

                    {"Username":"Sicken_L","UserId":"831279384","id":"570013631409029120"}
                  
                    {"success":false,"error":"User not verified"}
                  
GET /stats
Global Statistics

Retrieve the total count of verified accounts across the entire RBXBolt network.

                {"users":0}