Marketplace API isn't working

The External v2 Marketplace API query parameters aren’t working, even the example that the documentation gives doesn’t work and returns the incorrect data for the given query parameters.

Documentation Example that also doesn’t work.


Example: https://catalog.roblox.com/v2/search/items/details?Subcategory=5&CreatorTargetId=1&SortType=0&SortAggregation=5&Limit=10

Documentation

This has always been a problem with the catalog v2 search API and it’s never been fixed yet.

5 Likes

What do you mean by “doesn’t work”? It works fine for me, so I don’t know if you’re experiencing problems of it not returning anything, showing incorrect data, etc.

doesn’t, it’s showing incorrect data for the parameters.

1 Like

Apologies for necro bumping. This is a bug that is still occuring. I haven’t found any bug reports on this.

@DiamondRoPlayz is right. The example given in the documentation intends on returning a list of result for the ‘Gears’ filter, however it returns results for the ‘All’ filter.

This issue is stopping me from specifically targeting Limiteds/Limited Uniques as I’m unable to specifically filter for them.

I hope this will get fixed in the near future, this API would be very useful if it worked as intended.

Have you tried sending a bug report?

I don’t have permissions to post in the #bug-reports:engine-bugs channel unfortunately.

Message @Bug-Support if you can’t post in #bug-reports.

1 Like

Figured it out

V1
Docs Example: https://catalog.roblox.com/v1/search/items/details?Category=11&Subcategory=5&CreatorTargetId=1&SortType=0&SortAggregation=5&Limit=10&creatorType=User

V2
Supports params like model.assetTypeIds, model.bundleTypeIds instead of Category, Subcategory
Undocumented Example: https://catalog.roblox.com/v2/search/items/details?model.assetTypeIds=19&model.creatorTargetId=1&model.sortType=0&model.sortAggregation=5&limit=10&model.creatorType=User

So V2 uses model.param with other types of params than V1

1 Like

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