How would I get all content from a group store?

To start I’d like to note I’ve taken a large break from all Roblox related content for personal reasons, so scripting has left my mind a little, however I just wanted to start production on a little side project of mine.

As the title states, I’d simply like to know what the best method would be to getting all items from a group store.

You’ll need to make use of the catalog API to do this:

Here’s a sample request which gets the clothing from the group with an ID of 2:
https://catalog.roblox.com/v2/search/items/details?Category=3&CreatorType=Group&CreatorTargetId=2

2 Likes

Hey, quick question. I tried to find v2 in the catalog api but couldn’t find anything.

Is this endpoint hidden ?