Recently updated feeds
get_recent_feedsDiscover podcast feeds that have published recent episodes, sorted by newest activity. Filter by category, language, or time window to track established shows releasing new content.
Instructions
Feeds that published something recently, newest activity first. This tracks updates rather than new shows, so an established podcast releasing an episode appears here. Use get_new_feeds for shows that are new to the index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cat | No | Categories to include, by name or id, comma-separated. Call list_categories for the names. | |
| max | No | How many to return. Defaults to 20. | |
| lang | No | Language code such as en, es, de. Comma-separate several. | |
| 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. | |
| notcat | No | Categories to exclude, by name or id, comma-separated. |