Variable getPlacesGameiconsConst
getPlacesGameicons: EndpointGeneric<{ format: | undefined | "Png" | "Jpeg" | "Webp"; isCircular: undefined | boolean; placeIds: number[]; returnPolicy: | undefined | "PlaceHolder" | "ForcePlaceHolder" | "AutoGenerated" | "ForceAutoGenerated"; size: | undefined | "50x50" | "150x150" | "420x420" | "512x512" | "128x128" | "256x256"; }, { data: { imageUrl: string; state: | "Error" | "Completed" | "InReview" | "Pending" | "Blocked" | "TemporarilyUnavailable"; targetId: number; version: string; }[]; }, any> = ...
Api
GET https://thumbnails.roblox.com/v1/places/gameicons
Summary
Fetches game icon URLs for a list of places. Ids that do not correspond to a valid place will be filtered out.
Param: placeIds
The place ids.
Param: returnPolicy
Optional policy to use in selecting game icon to return (default = PlaceHolder).
Param: size
The thumbnail size, formatted widthxheight
Param: format
The thumbnail format
Param: isCircular
The circle thumbnail output parameter, true or false