---
title: "Fetch game thumbnail URLs for a list of universe IDs."
method: GET
path: "/v1/games/multiget/thumbnails"
tags: ["Thumbnails", "Universes"]
---

# Fetch game thumbnail URLs for a list of universe IDs.

`GET /v1/games/multiget/thumbnails`

## Query parameters

- `universeIds` integer[], required
- `countPerUniverse` integer
- `defaults` boolean
- `size` '768x432' | '576x324' | '480x270' | '384x216' | '256x144'
- `format` 'Png' | 'Jpeg' | 'Webp'
- `isCircular` boolean

## Response `200`

OK

## Other responses

- `400` — 0: Unknown error 1: There are too many requested Ids. 4: The requested Ids are invalid, of an invalid type or missing. 5: The requested universe does not exist. 10: Circular thumbnail requests are not allowed

---

[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/versions/e15802062270/schema)
