export_shows_opml
Export saved Spotify podcast shows to an OPML file for importing into other podcast apps. Each entry links to the Spotify show page since RSS feeds aren't exposed.
Instructions
Export your saved shows as OPML XML — the interchange format podcast apps speak. DISCLOSURE: the Spotify API does not expose publishers' underlying RSS feed URLs, so each OPML entry links to the Spotify show page (some apps import it, some ignore it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fetch_all | No | Page the whole library (up to fetch-all cap) instead of the first 50 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |