How to get latest (or all) episodes of a podcast?
You can use GET /podcasts/{id} to fetch detailed metadata of a podcast AND its episodes.
You'll get up to 10 episodes in the "episodes" field in the response. You can use the next_episode_pub_date parameter to do pagination and fetch more episodes.
![](http://d33v4339jhl8k0.cloudfront.net/docs/assets/633dbc0b4bb0327cee7a63b2/images/633f4ec00f10306a37c0a368/file-ZZfLWu23Oz.png)
And you can use the sort parameter to change how you want episodes to be sorted, i.e., recent_first or oldest_first
Use POST /podcasts
If you need to fetch latest episodes of multiple podcasts at once, then use POST /podcasts. You can find the latest episodes in the latest_episodes field:
![](http://d33v4339jhl8k0.cloudfront.net/docs/assets/633dbc0b4bb0327cee7a63b2/images/633f4ed562a58869ee5ef785/file-MI3c3Q4YG1.png)
If you haven't used Listen Notes Podcast API yet, get API keys here - Get API keys