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

# Read app category information

Get a specific app category.

## URL

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

## 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. include: The relationship data to include in the response. limit[subcategories]: The maximum number of related subcategories 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

### Reading App Category Information

- [Read the parent information of an app category](appstoreconnectapi/get-v1-appcategories-_id_-parent.md)
- [Get the parent category ID for an app category](appstoreconnectapi/get-v1-appcategories-_id_-relationships-parent.md)
