hero

RobloxWrap

Documentation for the JavaScript Roblox API wrapper, RobloxWrap, made by WaviestBalloon

Installation and Donks →

Live data

Utilising the realtime.roblox.com websocket, you can easily get live data from the backend (where applicable) without having to poll the API resulting in ratelimits

Axios-powered

Using Axios as the HTTP client, it handles the heavy lifting of JSON parsing and error handling, making endpoint modules simple to understand and maintain

Caching built-in

RobloxWrap caches response data to reduce the amount of requests made to the Roblox API, this can be disabled if you wish with a Client argument