Roblox's Catalog API help....?

Been trying to figure this out and I can’t seem to get to the next page of https://catalog.roblox.com/v1/search/items/details?Subcategory=19

Was thinking if it was https://catalog.roblox.com/v1/search/items/details?Subcategory=19&Cursor=“nextPageCursor” but that brings us to an error page.

{“errors”:[{“code”:0,“message”:“Invalid cursor”,“field”:“cursor”}]}

Just lost…

Are you directly putting "nextPageCursor" as part of the cursor query? If so, you need to parse the JSON (or view/find it) and have the cursor query’s value be that, e.x: https://catalog.roblox.com/v1/search/items/details?Subcategory=19&cursor=2_1_4355d9cfe28138258bb78d15bff069c0

1 Like