App Store API
# App Store API The most comprehensive, low-latency Apple App Store data API on RapidAPI. **23 endpoints** covering app details, charts, search, reviews, privacy labels, in-app purchases, subscriptions, version history, and more. ## Why this API - **22+ endpoints** — more than SafeDev (20), appstoresapis (7), or danielamitay (4). - **Sub-1s latency** — beats danielamitay (8s) and pyuser (25s) by…
App Store API endpoints
| Method | Endpoint | Description |
|---|---|---|
| app | ||
| GET |
/api/v1/app/{id}/events /api/v1/app/{id}/events |
|
| GET |
/api/v1/app/{id}/version-history /api/v1/app/{id}/version-history |
|
| GET |
/api/v1/app/{id}/in-app-purchases /api/v1/app/{id}/in-app-purchases |
Returns Apple's published in-app purchase catalog — every IAP item with name and price. Items with a single recurring name are tagged `subscription` (subscription tiers);… |
| GET |
/api/v1/app/{id}/similar /api/v1/app/{id}/similar |
|
| GET |
/api/v1/app/{id}/privacy /api/v1/app/{id}/privacy |
Full breakdown of categorized data the app collects, organized into "Data Used to Track You", "Data Linked to You", and "Data Not Linked to You" sections. |
| GET |
/api/v1/app/{id} /api/v1/app/{id} |
|
| GET |
/api/v1/app/{id}/ratings /api/v1/app/{id}/ratings |
|
| GET |
/api/v1/app/{id}/subscriptions /api/v1/app/{id}/subscriptions |
|
| GET |
/api/v1/app/{id}/review-summary /api/v1/app/{id}/review-summary |
Returns the App Store editorial blurb (Apple's curators' notes) for Editor's Choice apps. Most flagship apps are not Editor's Choice and will return `{summary: null, highlights:… |
| GET |
/api/v1/app/{id}/rank /api/v1/app/{id}/rank |
Returns the app's rank in the requested chart across the given country list. `null` means the app is not in the top 100 for that country. |
| GET |
/api/v1/app/{id}/featured-in /api/v1/app/{id}/featured-in |
|
| search | ||
| GET |
/api/v1/lookup /api/v1/lookup |
|
| GET |
/api/v1/search /api/v1/search |
|
| charts | ||
| GET |
/api/v1/charts/top-free /api/v1/charts/top-free |
|
| GET |
/api/v1/charts/new /api/v1/charts/new |
|
| GET |
/api/v1/charts/top-paid /api/v1/charts/top-paid |
|
| GET |
/api/v1/charts/top-grossing /api/v1/charts/top-grossing |
|
| GET |
/api/v1/charts /api/v1/charts |
|
| reviews | ||
| GET |
/api/v1/reviews/{id} /api/v1/reviews/{id} |
|
| developer | ||
| GET |
/api/v1/developer/{id} /api/v1/developer/{id} |
|
| metadata | ||
| GET |
/api/v1/languages /api/v1/languages |
|
| GET |
/api/v1/countries /api/v1/countries |
|
| GET |
/api/v1/genres /api/v1/genres |
Genre names are localized by `storefront` (numeric storefront id). The optional `country` parameter is forwarded to Apple as the country code and is only useful when it doesn't… |
App Store API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $40 / month | — |
|
| MEGA | $99 / month | — |
|