Get one show from the catalog
get_podcastRetrieve a complete podcast catalog record by Apple ID or URL, including show details and RSS feed URL for accessing full episode history.
Instructions
Full catalog record for one show: name, author, genres, episode count, latest release date, artwork and its RSS feed URL. Takes an Apple id or a pasted Apple Podcasts URL. The feed URL it returns is the way into the complete episode backlog through get_feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show | Yes | The show, as an Apple Podcasts numeric id (1469759170), or a full Apple Podcasts URL, which is what someone pasting a link will have. A URL carrying a storefront in its path sets the storefront for the call unless one is passed explicitly. | |
| storefront | No | Two-letter country code for the Apple storefront to read, such as us, gb, se or de. Apple's catalog, charts and reviews are all per country and they differ, so this changes the answer rather than just the language. Defaults to APPLE_PODCASTS_STOREFRONT, which is us unless configured otherwise. |