Random episodes
get_random_episodesPull random podcast episodes to sample the real contents of a category, with optional filters for language and category. Every call returns a different set.
Instructions
Random episodes from across the index, optionally filtered by language and category. Genuinely random rather than ranked, which makes it useful for sampling what a category actually contains rather than what its top shows look like. Never cached, so calling it again gives different episodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cat | No | Categories to include, by name or id, comma-separated. | |
| max | No | How many to return. Defaults to 10. | |
| lang | No | Language code such as en, es, de. Comma-separate several. | |
| notcat | No | Categories to exclude, by name or id, comma-separated. |