---
title: "Fetches game icon URLs for a list of places. Ids that do not correspond to a valid place will be filtered out."
method: GET
path: "/v1/places/gameicons"
tags: ["Thumbnails", "Universes"]
---

# Fetches game icon URLs for a list of places. Ids that do not correspond to a valid place will be filtered out.

`GET /v1/places/gameicons`

## Query parameters

- `placeIds` integer[], required
- `returnPolicy` 'PlaceHolder' | 'ForcePlaceHolder' | 'AutoGenerated' | 'ForceAutoGenerated'
- `size` '50x50' | '128x128' | '150x150' | '256x256' | '420x420' | '512x512'
- `format` 'Png' | 'Jpeg' | 'Webp'
- `isCircular` boolean

## Response `200`

OK

## Other responses

- `400` — 1: There are too many requested Ids. 2: The requested image format is invalid. Please see documentation for valid thumbnail format parameter name and values. 3: The requested size is invalid. Please see documentation for valid thumbnail size parameter name and format. 4: The requested Ids are invalid, of an invalid type or missing. 8: The requested return policy is invalid (must be PlaceHolder, AutoGenerated or ForceAutoGenerated). 10: Circular thumbnail requests are not allowed
- `403` — 9: User not authorized to use AutoGenerated or ForceAutoGenerated return policies.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/1d2042bb1a48/schema)
