/npr/podcasts

POST /api/npr/podcasts

Price: 20 credits

Get an NPR podcast or show by its id: title, description, cover art, publisher and owner contact, language, iTunes categories, feed type, the countries the audio is licensed for, membership funding link, number of episodes in the feed and the time of the latest one.

How to use it

Fetch one NPR podcast by its show id (510318 for Up First, g-s1-111189 for All Songs Considered) or by pasting a https://www.npr.org/podcasts/{id}/{slug} URL. Both the legacy numeric ids and the newer g-s1-/nx-s1- ids are accepted, and both forms come back from npr/articles as show_id and from npr/articles/search as podcast.id. Returns one item with show_title, description, image, author, owner and owner_email, categories, allowed_countries (the audio is licensed for those country codes only), episode_count and latest_episode_at as unix seconds. Use npr/podcasts/episodes with the same id to list the episodes themselves.

Parameters

Request body

Response

Errors

Response headers