Classic APIs
ClassicThumbnailsApi
bundlesThumbnails

bundlesThumbnails

Gets thumbnail for multiple bundles.

Parameters

NameTypeDescription
bundleIdsArrayNonEmptyIfConstThe ids of the bundles to get thumbnails for.
size?BundleSizeThe 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: bundlesThumbnails } = await ClassicThumbnailsApi.bundlesThumbnails({ bundleIds: [181] }); 

Example Data

{
  "181": {
    state: "Completed",
    imageUrl: "https://tr.rbxcdn.com/12ff41b547ee75865bb60d0f3ae5508b/420/420/Avatar/Png",
  },
} 

Endpoint

GET /v1/bundles/thumbnails