---
title: List all localizations for an in-app event
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appevents-_id_-localizations
---

# List all localizations for an in-app event

Get a list of all localizations for a specific in-app event.

## URL

GET https://api.appstoreconnect.apple.com/v1/appEvents/{id}/localizations

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app event resource ID from the List all in-app events for an app response.

## Query Parameters

fields[appEventLocalizations]: Additional fields to include for each app event localization resource returned by the response. fields[appEventScreenshots]: Additional fields to include for each app event screenshot resource returned by the response. fields[appEventVideoClips]: Additional fields to include for each app event video clip resource returned by the response. include: The relationship data to include in the response. limit: The maximum number of app event localization resources to return. limit[appEventScreenshots]: The maximum number of related app event screenshots resources to return. limit[appEventVideoClips]: The maximum number of related app event video clips resources to return. fields[appEvents]: Additional fields to include for each app event resource returned by the response.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Endpoints

- [Read In-App Event Information](appstoreconnectapi/get-v1-appevents-_id_.md)
- [List localization IDs for an app event](appstoreconnectapi/get-v1-appevents-_id_-relationships-localizations.md)
- [List all in-app events for an app](appstoreconnectapi/get-v1-apps-_id_-appevents.md)
- [Modify an in-app event](appstoreconnectapi/patch-v1-appevents-_id_.md)
- [Create an in-app event](appstoreconnectapi/post-v1-appevents.md)
- [Delete an app event](appstoreconnectapi/delete-v1-appevents-_id_.md)
