---
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. ['Approved' = 0, 'PendingReview' = 1, 'UnAvailable' = 2, 'Rejected' = 3, 'Error' = 4]
    - `languageCode` string

## Other responses

- `400` — 14: Invalid game id 52: Image dimensions are invalid
- `401` — 0: Authorization has been denied for this request.
- `500` — 0: An unknown error occurred.
- `503` — 17: Feature is disabled

---

[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/40ce8069acc1/schema)
