What is the API endpoint for getting the information of an item?

I am trying to use " GET /assets/{id}/versions" but I don’t know the complete endpoint.

I can’t find the exact one for just “items” but I’m assuming you mean the catalog Api:

https://catalog.roblox.com/docs#!/v1

If that’s not what you needed then here’s a helpful post with links to most API endpoints:

And if you just want general information regarding the item/product then you could just use :GetProductInfo().

https://developer.roblox.com/en-us/api-reference/function/MarketplaceService/GetProductInfo

1 Like