Skip to main content
Returns all App Store categories with their genre IDs. Use these IDs with the Top Apps endpoint below. Pass platform=google to list Google Play categories instead (e.g. GAME, MUSIC_AND_AUDIO).

Code Examples

Response

Category Object


Top Apps in Category

Returns top-ranked apps in a specific category, sorted by chart position. Use all as the genreId to get the overall chart without filtering by category.

Path Parameters

Query Parameters

Code Examples

Response

App Object

Chart Types

Use genreId=all to get the overall App Store chart without filtering by category. This returns the raw Apple RSS chart (top-free, top-paid, or top-grossing) enriched with full metadata from iTunes Lookup. Great for seeing what’s trending across the entire store.
Per-category filtering: When using a specific genre ID, the API fetches the overall Apple chart (top 100), filters by genre, and enriches each app with full metadata via iTunes Lookup. If the chart doesn’t have enough results for the category, it supplements with iTunes Search results sorted by popularity.

Errors