---
title: List all beta app localizations of an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-betaapplocalizations
---

# List all beta app localizations of an app

Get a list of localized beta test information for a specific app.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

## Query Parameters

fields[betaAppLocalizations]: Fields to return for included related types. limit: Number of resources to return.

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

## Discussion

Discussion Example Request and Response

## See Also

### Getting an app’s TestFlight details

- [Read the beta app review details resource of an app](appstoreconnectapi/get-v1-apps-_id_-betaappreviewdetail.md)
- [Get the beta app review detail ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-betaappreviewdetail.md)
- [Get the beta app review detail ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-betaappreviewdetail.md)
- [Read the beta license agreement of an app](appstoreconnectapi/get-v1-apps-_id_-betalicenseagreement.md)
- [Get the beta license agreement ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-betalicenseagreement.md)
- [List beta app localization IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-betaapplocalizations.md)
