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

# List all app infos for an app

Get information about an app that is currently live on App Store, or that goes live with the next version.

## URL

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

## 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[appInfos]: Additional fields to include for each app info resource returned by the response. limit: The maximum number of app info resources to return. include: The relationship data to include in the response. fields[apps]: Additional fields to include for each app resource returned by the response. fields[appInfoLocalizations]: Additional fields to include for each app info localization resource returned by the response. fields[appCategories]: Additional fields to include for each app category resource returned by the response. fields[ageRatingDeclarations]: Additional fields to include for each age rating declaration resource returned by the response. limit[appInfoLocalizations]: The maximum number of related app info localizations 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 :

## Discussion

Discussion Use this endpoint to retrieve the derived app-level information for an app. If the app has both a “Ready for Sale” version and a version you’re preparing for release, it will have two app infos. One represents information about the app currently in the App Store, and the other represents the information that takes effect when you release the next version. Use the appStoreState attribute to differentiate them. Example Request and Response

## See Also

### Getting App Store details for your app

- [List app info IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-appinfos.md)
- [List all app store versions for an app](appstoreconnectapi/get-v1-apps-_id_-appstoreversions.md)
- [List App Store version IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-appstoreversions.md)
- [Read the end user license agreement information of an app](appstoreconnectapi/get-v1-apps-_id_-enduserlicenseagreement.md)
- [Get the end user license agreement ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-enduserlicenseagreement.md)
- [List All Custom Product Pages for an App](appstoreconnectapi/get-v1-apps-_id_-appcustomproductpages.md)
- [Get all custom product page resource ids for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-appcustomproductpages.md)
- [List all app store experiments for an app](appstoreconnectapi/get-v1-apps-_id_-appstoreversionexperimentsv2.md)
- [List App Store version experiment IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-appstoreversionexperimentsv2.md)
