Classic APIs
ClassicThumbnailsApi
groupsEmblems

groupsEmblems

Gets group emblem thumbnail for multiple groups.

Parameters

NameTypeDescription
groupIdsArrayNonEmptyIfConstThe ids of the groups to get the thumbnail icons from.
size?GroupEmblemSizeThe thumbnail icons size (formatted as {width}x{height}).
format?ThumbnailFormatSpecifies the format of the thumbnail icons.
isCircular?booleanDictates if the thumbnail icons should be masked by a circle.

Example

const { data: groupsEmblems } = await ClassicThumbnailsApi.groupsEmblems({ groupIds: [5850082] }); 

Example Data

{
  "5850082": {
    state: "Completed",
    imageUrl: "https://tr.rbxcdn.com/caadbbddbed97108cfcff64fd1258b8f/420/420/Image/Png",
  },
} 

Endpoint

GET /v1/groups/icons