Classic APIs
ClassicThumbnailsApi
badgesThumbnails

badgesThumbnails

Gets thumbnail for multiple badges.

Parameters

NameTypeDescription
badgeIdsArrayNonEmptyIfConstThe ids of the badges to get thumbnails for.
format?ThumbnailFormatSpecifies the format of the thumbnailS.
isCircular?booleanDictates if the thumbnails should be masked by a circle.

Example

const { data: badgesThumbnails } = await ClassicThumbnailsApi.badgesThumbnails({ badgeIds: [2124533401] }); 

Example Data

{
  "2124533401": {
    state: "Completed",
    imageUrl: "https://tr.rbxcdn.com/87105a9a85ea09e7591cfdd3f0825225/150/150/Image/Png",
  },
} 

Endpoint

GET /v1/badges/icons