---
title: List all subcategories for an app category
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appcategories-_id_-subcategories
---

# List all subcategories for an app category

List all App Store subcategories that belong to a specific category.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app category resource ID from the List app categories response.

## Query Parameters

fields[appCategories]: Additional fields to include for each app categories resource returned by the response. limit: The maximum number of app categories resources to return.

## Response Codes

200 OK: 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

### Listing Categories and Subcategories

- [List app categories](appstoreconnectapi/get-v1-appcategories.md)
- [List subcategory IDs for an app category](appstoreconnectapi/get-v1-appcategories-_id_-relationships-subcategories.md)
