---
title: Read app info information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appinfos-_id_
---

# Read app info information

Read App Store information including your App Store state, age ratings, Brazil age rating, and kids’ age band.

## URL

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

## 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[appCategories]: Fields to return for included related types. fields[appInfoLocalizations]: Fields to return for included related types. fields[appInfos]: Fields to return for included related types. include: Relationship data to include in the response. limit[appInfoLocalizations]: Number of included related resources to return. fields[ageRatingDeclarations]: Fields to return for included related types. fields[apps]:

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

## Mentioned in

App Store Connect API 3.6 release notes App Store Connect API 3.7 release notes

## Discussion

Discussion For request and response examples for reading an age rating declaration, see Read the age-rating declaration.

## See Also

### Reading App Information

- [List all app infos for an app](appstoreconnectapi/get-v1-apps-_id_-appinfos.md)
- [List all app info localizations for an app info](appstoreconnectapi/get-v1-appinfos-_id_-appinfolocalizations.md)
