---
title: Read app event localization information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appeventlocalizations-_id_
---

# Read app event localization information

Get information about a specific app event localization.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app event localization resource ID from the List all localizations for an in-app event 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[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]:

## Response Codes

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

## See Also

### Endpoints

- [List all video clips for an app event localization](appstoreconnectapi/get-v1-appeventlocalizations-_id_-appeventvideoclips.md)
- [List app event video clip IDs for an app event localization](appstoreconnectapi/get-v1-appeventlocalizations-_id_-relationships-appeventvideoclips.md)
- [List all screenshots for an app event localization](appstoreconnectapi/get-v1-appeventlocalizations-_id_-appeventscreenshots.md)
- [List app event screenshot IDs for an app event localization](appstoreconnectapi/get-v1-appeventlocalizations-_id_-relationships-appeventscreenshots.md)
- [Modify an app event localization](appstoreconnectapi/patch-v1-appeventlocalizations-_id_.md)
- [Create an app event localization](appstoreconnectapi/post-v1-appeventlocalizations.md)
- [Delete an app event localization](appstoreconnectapi/delete-v1-appeventlocalizations-_id_.md)
