podcast_episodes
Podcast Episodes
Retrieve a list of podcast episodes published on the platform.
### Integration Guidance:
- Bypasses authentication (can be accessed publicly).
- Only returns active episodes belonging to published/reachable podcasts.
- Episodes are returned in reverse chronological order based on their publication date.
- The `username` query parameter is the unique slug of the podcast channel (e.g. `codenewbie`).
It supports pagination, each page will contain 30 episodes by default.
get/api/podcast_episodes
Query parameters
pageinteger
Pagination page
per_pageinteger
Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.
usernamestring
Filters episodes by the unique slug (username) of the podcast (e.g. 'codenewbie').
Response
A List of Podcast episodes filtered by username