/npr/programs/episodes

POST /api/npr/programs/episodes

Price: 20 credits

List the broadcasts of one NPR program, newest first: air date, episode page, broadcast artwork with its caption and credit, and the full rundown of each show — every segment with its title, section, duration, direct mp3 link, thumbnail and the npr.org story it belongs to. The archive reaches back to the early 1990s.

How to use it

List the broadcasts of one NPR program. Pass the slug that npr/articles returns in program_slug (morning-edition, all-things-considered, fresh-air, ...) plus count, and optionally published_before as a unix timestamp to start from an older date. Each broadcast carries id (the same value npr/articles returns as program_episode_id), published_date as YYYY-MM-DD, web_url, image with image_caption and image_credit, and segments — each segment has segment_title, section, duration in seconds, a direct audio_url, its own image and story_id, which npr/articles and npr/articles/transcripts accept. Artwork depends on the programme: entertainment shows illustrate every broadcast, news magazines illustrate individual rundown items instead.

Parameters

Request body

Response

Errors

Response headers