Is there an HTTP API to get the asset type of a given asset

Question is in the title. Is there an API (accessible via HTTP) to get the asset type of an asset?

This endpoint does it, but it isn’t documented anywhere (replace ASSET_ID with your asset ID):
https://economy.roblox.com/v2/assets/ASSET_ID/details

For example,
https://economy.roblox.com/v2/assets/1484148997/details

The field you’re looking for in the response is AssetTypeId. You can view what asset type IDs correspond to which asset types here:

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