Classic APIs
ClassicThumbnailsApi
developerProductsThumbnails

developerProductsThumbnails

Gets thumbnail for multiple developer products.

Parameters

NameTypeDescription
developerProductIdsArrayNonEmptyIfConstThe ids of the developer products to get thumbnails for.
size?DeveloperProductSizeThe thumbnails size (formatted as {width}x{height}).
format?ThumbnailFormatSpecifies the format of the thumbnails.
isCircular?booleanDictates if the thumbnails should be masked by a circle.

Example

const { data: developerProductsThumbnails } = await ClassicThumbnailsApi.developerProductsThumbnails({
  developerProductIds: [3616425],
}); 

Example Data

{
  "3616425": {
    state: "Completed",
    imageUrl: "https://tr.rbxcdn.com/3e495c43b44b85cd3dd1afee9df3636b/420/420/Image/Png",
  },
} 

Endpoint

GET /v1/developer-products/icons