Skip to content
February 22, 2023
- Renamed “all podcasts” to “Podcast Index Statistics” to properly reflect the platform's statistics.
- Added activity-tracking for 3 days, 7 days, 10 days, 14 days, 30 days, and 60 days to Apple Podcasts Statistics.
- Added new API data fields:
active3days
, active7days
, active10days
, active14days
, and active30days
, active30days
. These are available in podcast /podcastindex
and /applepodcasts
endpoints.
- BREAKING API CHANGE: Renamed
active
to active90days
in /applepodcasts
top-level endpoints. Deeper endpoints will follow the same pattern soon.
- Added
activity
field to API as a shortcut to receive all new activity levels without having to include each. And you can still include only the activity fields you want by adding them individually.
- BREAKING API CHANGE: We will be discontinuing returning inactivity numbers in the API as they can be derived by subtracting
active#days
from total
.
February 2, 2023
January 15, 2021
- Added
flatten
and parentsOnly
(name subject to change) parameters for Apple Podcasts categories endpoint.
- Added top-level categories active vs. inactive charts to Apple Podcasts stats.
January 9, 2021
- Added daily growth chart to Apple Podcast stats.
- Restructured platforms (overview), Apple Podcasts (overview), categories, and single category APIs to include
resultCount
and a results
array.
- Added
resultsOnly
parameter to all API endpoints with results
arrays (which is currently all of them).
January 7, 2021
- Restructured lookup, added, reactivated, and removed APIs to include
resultCount
and a results
array.
- Added (GET) lookup API for Apple Podcasts
December 22, 2020
- Added (POST) lookup API for Apple Podcasts
December 17, 2020
- Added
formattedDate
parameter to Apple Podcasts root API.
- (Beta) Added
flatten
parameter to Apple Podcasts root API.