How to change pages with Roblox's inventory API?

  1. What do you want I achieve? I am making a script that will allow you to search through your own assets with a proxy.

  2. What is the issue? The https://inventory.roblox.com/ API has a maximum assets that can be given of 100, I am trying to get ALL the assets inside the player and thought the solution could be a pagenumber parameter. The problem is that, i dont know how to do that.

  3. What solutions have you tried so far? I have tried just sticking with the 100 asset limit but I realised its a bad idea as a player cant see all of their assets they actually own.

Thank you in advance.

1 Like

You must use the cursor query param. The cusros value you must provide is returned in the first request you make, each request will return the cursor for the next page (if any) and for the previous page (if any).

Thank you! It all makes sense.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.