Get a show's episodes
get_episodesFetch a show's episodes by any identifier—feed ID, RSS, GUID, Apple link, or iTunes ID—newest first. See at a glance which episodes include transcripts or chapters via Podcasting 2.0 extras.
Instructions
Episodes for one show, newest first. Takes any show identifier: feed id, RSS URL, podcast GUID, Apple link or iTunes id. Each episode says which Podcasting 2.0 extras it carries in its 'has' attribute, so you can see at a glance which ones have a transcript or chapters worth fetching. Use 'since' rather than a large 'max' when you only want recent episodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | How many to return. Defaults to 20. Shows with long back catalogues can return thousands, so keep this tight. | |
| show | Yes | The show, in whichever form you have. Any of: a Podcast Index feed id (920666), an RSS feed URL, a podcast GUID, an Apple Podcasts URL, or a bare iTunes id. The form is detected, so pass what you have rather than converting it. | |
| since | No | Only include things published after this time, as a unix timestamp in seconds. A negative number is read as seconds before now, so -604800 means the last week. |