Catalog API trust check failed

I’ve been trying to import catalog items in-game however when I use the API;

https://search.roblox.com/catalog/json?Subcategory=9&IncludeNotForSale=true&ResultsPerPage=60&PageNumber=1

I get an error saying trust check failed.
image

Why does this happen?

I believe you’re not allowed to access the roblox.com domain from a Roblox server.

Try using rprxy.

What would the URL look like using that?

https://rprxy.xyz/proxy/api/v1/search/items/details?Category=5&Subcategory=5&SortType=0&SortAggregation=5&PageNumber=1

I tried this but it leads to an error page

Sorry I forgot to reply.

I believe it would be something like this:

https://rprxy.xyz/search/catalog/json?Subcategory=9&IncludeNotForSale=true&ResultsPerPage=60&PageNumber=1

However, this still returns an error for me. Try using the source and starting up your own server for this.

image

yea trying to set one up now, thank you