Help on Inventory API

So, i have a donation game thingy (for a commission) and im currently using https://www.roproxy.com/users/inventory/
And no, While Inventory Api is faster, It doesn’t get a player’s gamepasses.

My only issue with the current API Im using is that it takes awhile to get and proccess the player’s data unlike the roblox api.
Any help regarding on how to fix this slowdown or any other great suggestion on inventory API would be appreciated (And no, i would and can not make API of my own as i know very little about other Programming language other than Lua)

what url is “https://www.roproxy.com/users/inventory/” proxying

Its getting user’s Roblox Items, which the official API Does but the official API wont let me get gamepasses.

there is not much you can do in terms of speed – fetching a player’s entire inventory is a considerably large request and would require multiple pages depending on the amount of items

your best bet is to find a different proxy, make your own, or not fetch their actual Roblox inventory at all

1 Like