placesIcons
Gets thumbnail icon for multiple places.
Parameters
| Name | Type | Description |
|---|---|---|
| placeIds | ArrayNonEmptyIfConst | The ids of the places to get thumbnails for. |
| returnPolicy? | ThumbnailReturnPolicy | The policy to use in selecting the thumbnail icons to return. |
| size? | GamesIconSize | The thumbnails size (formatted as {width}x{height}). |
| format? | ThumbnailFormat | Specifies the format of the thumbnails. |
| isCircular? | boolean | Dictates if the thumbnails should be masked by a circle. |
Example
const { data: placesIconsThumbnails } = await ClassicThumbnailsApi.placesIcons([4922741943]); Example Data
{
"4922741943": {
state: "Completed",
imageUrl: "https://tr.rbxcdn.com/7c1bf96fefde7b761e7b86bedf6fdca3/512/512/Image/Png",
},
} Endpoint
GET /v1/places/gameicons