The App Store Connect Metrics API returns aggregated sales data from your connected App Store Connect account. Data is synced daily from Apple’s Sales and Trends reports into Appeeky — no need to pass ASC credentials on each request.
Pro feature — requires Indie plan or higher. API key path: 2 credits per request. JWT (web): plan check only.
Overview
Data available
- App Units (downloads)
- Revenue (USD)
- In-App Purchases (count)
- Subscriptions (snapshot)
- Free Trials (snapshot)
- Country/Territory breakdown (per-app detail only)
Sync fetches up to 90 days of data. Use from and to to filter the range.
Get Overview Metrics
Returns totals and per-app breakdown for the date range.
Query parameters
Response (200 OK):
List Apps with Metrics
Returns distinct app IDs that have metrics data (for linking to app detail).
Response (200 OK):
Get App Detail (Daily + Countries)
Returns daily time series and country/territory breakdown for a single app.
Path parameters
Query parameters
Response (200 OK):
Error Codes