Open Podcast API
The Open Podcast API is an initiative aiming to provide a feature-complete synchronization API specification for podcast (web) apps and user-focused servers. The specification covers synchronization of subscriptions, listening progress, favorites, queues, and device state across compliant clients and self-hosted servers, with the goal of giving listeners portable control of their podcast data.
APIs
Open Podcast Authentication API
Authenticate users against an Open Podcast compliant server, establishing the session used for subsequent subscription, action, and device endpoints.
Open Podcast Subscriptions API
Synchronize a user's podcast subscriptions across clients, including adding and removing feed URLs and retrieving the current subscription set per device.
Open Podcast Episode Actions API
Record and synchronize per-episode listening actions such as play, pause, download, delete, and flag, including timestamp and position metadata.
Open Podcast Devices API
Register and manage the devices a user syncs from, allowing servers to track per-device subscription state and last-sync timestamps.
Open Podcast Favorites API
Synchronize a user's favorited episodes across clients so that liked or starred items remain consistent regardless of which app or device the user is on.
Open Podcast Queue API
Synchronize the user's playback queue (up-next list) across clients, including ordering, additions, and removals of episodes.