List all app store version localizations for an app store version
Get a list of localized, version-level information about an app, for all locales.
URL
GET https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}/appStoreVersionLocalizationsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the App Store version resource ID from the List all app store versions for an app response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
filter[locale] Optional | [string] | Filter the returned App Store version localizations by locale. |
fields[appScreenshotSets] Optional | [string] | Additional fields to include for each app screenshot set resource returned by the response. |
fields[appStoreVersions] Optional | [string] | Additional fields to include for each App Store version resource returned by the response. |
fields[appPreviewSets] Optional | [string] | Additional fields to include for each app preview set resource returned by the response. |
fields[appStoreVersionLocalizations] Optional | [string] | Additional fields to include for each App Store version localization resource returned by the response. |
limit Optional | integer | The maximum number of App Store version localization resources to return. |
limit[appScreenshotSets] Optional | integer | The maximum number of related app screenshot set resources to return. |
limit[appPreviewSets] Optional | integer | The maximum number of related app preview set resources to return. |
include Optional | [string] | The relationship data to include in the response. |
fields[appKeywords] Optional | [string] | |
limit[searchKeywords] Optional | integer |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AppStoreVersionLocalizationsResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An error occurred with your request. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 404 | Not Found Content-Type: application/json | ErrorResponse | Resource not found. |
| 429 | Content-Type: application/json | ErrorResponse |