Newest episodes across the index
get_recent_episodesRetrieve the most recently published episodes across all podcasts, sorted by publication date. Use the exclude parameter to filter out repetitive automated feed items.
Instructions
The most recently published episodes across every show in the index, newest first. This is the firehose: it is what podcasting published in the last few minutes, not what is popular. Use get_trending for popularity. The exclude filter is worth using, because a handful of high-frequency automated feeds otherwise dominate every result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | How many to return. Defaults to 20. | |
| before | No | Only episodes published before this unix timestamp, for paging backwards through the firehose. | |
| exclude | No | Drop episodes whose title contains this string. Useful for filtering out repetitive automated feeds. |