---
title: "Get all icons for a developer product"
method: GET
path: "/v1/developer-products/{developerProductId}/icons"
tags: ["Developer products", "Localization"]
---

# Get all icons for a developer product

`GET /v1/developer-products/{developerProductId}/icons`

## Path parameters

- `developerProductId` integer, required

## Query parameters

- `width` integer
- `height` integer

## Response `200`

OK

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

## Other responses

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

---

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