Simplecast
Simplecast is a podcast hosting, distribution, and analytics platform for creators, networks, and brands, owned by SiriusXM Media (acquired by SiriusXM in 2020). It provides podcast and episode management, distribution to Apple Podcasts, Spotify, and other channels, embeddable players, and IAB-certified audience analytics. Simplecast exposes a documented REST API at https://api.simplecast.com covering podcasts, episodes, analytics, and distribution channels, authenticated with a bearer token generated from the Private Apps page in the Simplecast dashboard. The API is read-oriented and self-describing - each response returns the actions available to the authenticated user - with a small number of write operations such as uploading episode audio. Access requires a Simplecast account; broader API integration is positioned as part of the higher-tier (Professional / Enterprise) plans.
APIs
Simplecast Podcasts API
List and retrieve podcasts (shows) in the authenticated account and read their related metadata - authors, categories and subcategories, keywords, seasons, distribution channels...
Simplecast Episodes API
List a podcast's episodes and retrieve individual episodes with their authors, keywords, and chapter markers, plus the seasons an episode belongs to. Supports uploading episode ...
Simplecast Analytics API
Read audience analytics for podcasts and episodes - downloads, listeners, hours listened, top episodes, geographic location, time of week, listening technology (applications, br...
Simplecast Distribution API
List distribution channels and retrieve a specific channel, and read the distribution channels a given podcast is syndicated to (Apple Podcasts, Spotify, and other destinations)...