---
title: Read the secondary category information of an app info
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appinfos-_id_-secondarycategory
---

# Read the secondary category information of an app info

Get an app’s secondary App Store category.

## URL

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

## 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. limit[subcategories]: include:

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

- [Read the primary category information of an app info](appstoreconnectapi/get-v1-appinfos-_id_-primarycategory.md)
- [Get the primary category ID for an app info](appstoreconnectapi/get-v1-appinfos-_id_-relationships-primarycategory.md)
- [Get the secondary category ID for an app info](appstoreconnectapi/get-v1-appinfos-_id_-relationships-secondarycategory.md)
