Contents

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

NameTypeDescription
id Requiredstring

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

NameTypeDescription
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 Optionalinteger

The maximum number of App Store version localization resources to return.

limit[appScreenshotSets] Optionalinteger

The maximum number of related app screenshot set resources to return.

limit[appPreviewSets] Optionalinteger

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] Optionalinteger

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AppStoreVersionLocalizationsResponse

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not Found
Content-Type: application/json
ErrorResponse

Resource not found.

429
Content-Type: application/json
ErrorResponse

See Also

Getting Version Localizations