---
title: List all app info localizations for an app info
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appinfos-_id_-appinfolocalizations
---

# List all app info localizations for an app info

Get a list of localized, app-level information for an app.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the appInfo resource ID from the List all app infos for an app response.

## Query Parameters

fields[appInfoLocalizations]: Fields to return for included related types. fields[appInfos]: Fields to return for included related types. filter[locale]: Fields to return for included related types. include: Relationship data to include in the response. limit: Number of included related resources to return.

## Response Codes

200 OK: Request succeeded. 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

### Reading App Localization Information

- [Read app info localization information](appstoreconnectapi/get-v1-appinfolocalizations-_id_.md)
