Sorting for Classic Faces using web api

Hey! I am trying to sort by mostly Category, Subcategory and Keyword params using:

https://catalog.roblox.com/v1/search/items/details?[params] (found here)

Well, it turns out that this is a little tougher than usual for some reason. Does such an endpoint exist? I have tried using a certain combination of Categories and Subcategories but to no avail.

How can I search for Classic Faces using a Keyword?

2 Likes

I believe classic faces would be:
Category=4&Subcategory=10

full: https://catalog.roblox.com/v1/search/items/details?Category=4&Subcategory=10

edit:
you can lift the limit to 30:
https://catalog.roblox.com/v1/search/items/details?Category=4&Subcategory=10&Limit=30

1 Like

Thanks, I realized that when I was searching with a pseudo keyword and nothing was showing because there were no search results :man_facepalming: Thanks again!

1 Like

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