Using inventory.roblox.com

Problem
Roblox recently started rate limiting a specific api route that I used often, and it has effectively become a burden to manage. I use the https://inventory.roblox.com/docs#!/Assets/get_v1_assets_assetId_owners endpoint to collect information about an asset’s total copies, bc copies, deleted copies, and more. Now though, it requires a lot more time and much more effort to send more than one request because of the non deterministic rate limit.

Is there anyway around this? If Roblox simply gave developers API tokens to interact with their service it’d be so much easier… heck, I’d even pay for it.

3 Likes

Couldn’t you just create a Proxy Server using NodeJS to bypass this?

I would check this out.

alternatively:

they should also work directly with the HttpService, should you require access to the Roblox APIs in-game.

1 Like