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

# List subcategory IDs for an app category

## URL

GET https://api.appstoreconnect.apple.com/v1/appCategories/{id}/relationships/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

limit: The maximum number of app category resource identifiers to return.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Listing Categories and Subcategories

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