v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2113138232.4 KB
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

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