Buzzsprout
Buzzsprout is a podcast hosting platform that handles hosting, distribution, promotion, and analytics for podcasters - uploading and optimizing audio, publishing an RSS feed, listing shows in directories like Apple Podcasts and Spotify, and reporting on plays. Buzzsprout also exposes a documented public REST API (base https://www.buzzsprout.com/api) so third parties can programmatically read and manage the podcasts and episodes on an account. The API is RESTful, JSON-serialized, SSL-only, and authenticated with a per-account token.
APIs
Buzzsprout Episodes API
List, retrieve, create, and update the episodes on a Buzzsprout podcast. Episodes are scoped to a podcast id at /api/{podcast_id}/episodes.json, and audio can be attached by URL...
Buzzsprout Podcasts API
List the podcasts on a Buzzsprout account at /api/podcasts.json, returning each show's title, author, description, contact email, categories, language, timezone, artwork, and we...