podcast_episodes

Podcast Episodes

This endpoint allows the client to retrieve a list of podcast episodes. "Podcast episodes" are episodes belonging to podcasts. It will only return active (reachable) podcast episodes that belong to published podcasts available on the platform, ordered by descending publication date. It supports pagination, each page will contain 30 articles 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

Using this parameter will retrieve episodes belonging to a specific podcast.

Response

A List of Podcast episodes filtered by username

type_ofstring required
idinteger required
class_namestring required
pathstring path required
titlestring required
image_urlstring url required

Podcast episode image url or podcast image url

Changes