---
title: List all app store version localizations for an app store version
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appstoreversions-_id_-appstoreversionlocalizations
---

# 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}/appStoreVersionLocalizations

## Path Parameters

id: 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

filter[locale]: Filter the returned App Store version localizations by locale. fields[appScreenshotSets]: Additional fields to include for each app screenshot set resource returned by the response. fields[appStoreVersions]: Additional fields to include for each App Store version resource returned by the response. fields[appPreviewSets]: Additional fields to include for each app preview set resource returned by the response. fields[appStoreVersionLocalizations]: Additional fields to include for each App Store version localization resource returned by the response. limit: The maximum number of App Store version localization resources to return. limit[appScreenshotSets]: The maximum number of related app screenshot set resources to return. limit[appPreviewSets]: The maximum number of related app preview set resources to return. include: The relationship data to include in the response. fields[appKeywords]: limit[searchKeywords]:

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Getting Version Localizations

- [Read app store version localization information](appstoreconnectapi/get-v1-appstoreversionlocalizations-_id_.md)
