Contents

Read age rating declaration

Get the age rating declaration for the app info.

URL

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

Path Parameters

NameTypeDescription
id Requiredstring

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

NameTypeDescription
fields[ageRatingDeclarations] Optional[string]

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AgeRatingDeclarationResponse

The request completed successfully.

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not Found
Content-Type: application/json
ErrorResponse

Resource not found.

429
Content-Type: application/json
ErrorResponse

Mentioned in

Discussion

Responses for this endpoint include contests or gambling properties. In an app that has a FREQUENT_OR_INTENSE declaration for contests, the age rating for the AppInfos is 12+. If you declare a value of true for gambling, the age rating for the AppInfos is 17+.

Read the Age Rating Declaration

See Also

Reading and modifying declarations