---
title: "Get all icons for a game"
method: GET
path: "/v1/game-icon/games/{gameId}"
tags: ["Localization", "Universes"]
---

# Get all icons for a game

`GET /v1/game-icon/games/{gameId}`

## Path parameters

- `gameId` integer, required

## Query parameters

- `width` integer
- `height` integer

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxGameInternationalizationApiGetGameIconResponse
  - `data` RobloxGameInternationalizationApiGetGameIconResponse[]
    - `imageId` string
    - `imageUrl` string
    - `state` 'Approved' | 'PendingReview' | 'UnAvailable' | 'Rejected' | 'Error' — Enum for image status.
    - `languageCode` string

## Other responses

- `400` — 14: Invalid game id 52: Image dimensions are invalid
- `500` — 0: An unknown error occurred.
- `503` — 17: Feature is disabled

## Changes

- **2026-08-25** `15343b76e5a1` — 1 info
  - removed the non-success response with the status `401`

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/game-icon/games/:gameId/get.md)

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc.dev/roblox/apis/roblox-api/revisions/7c6787738100?raw)
