Avatar Catalog API issue

Hello everyone, I’m working with the Avatar Catalog API and I encountered a problem when running the example shown below, which can be found in the official documentation,

The outcome is different from what the documentation claims it should be, resulting in a list of unrelated assets to the ones specified by the query parameters:


(there should be only "Gear"s, but all kinds of assets are present).

I also tried making the request with Python, but the same result is produced.

Do you have the right list of query parameters? Or is this a bug?
Thanks in advance!

You must set Category to 11 and Subcategory to 5:
https://catalog.roblox.com/v1/search/items/details?Category=11&Subcategory=5
A quick way to figure out these values is by checking the URL when browsing specific categories in the Avatar Catalog.

1 Like

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