Equivalent of the Catalog API that is usable in a roblox game?

Hello!

I am wanting to create a game that contains a custom UI of hats from the ROBLOX catalog, basically a hat try-on place, So far my only idea of how to do this has been via the Catalog APIs (roblox.com) and HttpService, however I read on the HttpService page that you cannot send requests to ROBLOX API’s via it. Is there anyway to go around this to get a list of hats with images/prices, or is this not currently possible?

Thanks,

Pyxrien.

I would use an external site such as repl.it to make an http request to roblox. Then use HttpService:GetAsync() to repl fetch the info.

1 Like

This is the path I was thinking, thanks for clarifying! Time to get back into the swing of java script!! :sob::joy: