Directory API

Number of APIs: 13

  1. Fetch a curated list of podcasts by id GET {{baseUrl}}/curated_podcasts/:id

  2. Fetch a list of best podcasts by genre GET {{baseUrl}}/best_podcasts?genre_id=<string>&page=<integer>&region=us&publisher_region=<string>&language=<string>&sort=recent_added_first&safe_mode=0

  3. Fetch detailed meta data and episodes for a podcast by id GET {{baseUrl}}/podcasts/:id?next_episode_pub_date=<integer>&sort=recent_first

  4. Fetch detailed meta data for an episode by id GET {{baseUrl}}/episodes/:id?show_transcript=0

  5. Batch fetch basic meta data for episodes POST {{baseUrl}}/episodes

  6. Batch fetch basic meta data for podcasts POST {{baseUrl}}/podcasts

  7. Fetch a list of podcast genres GET {{baseUrl}}/genres?top_level_only=0

  8. Fetch a list of supported countries/regions for best podcasts GET {{baseUrl}}/regions

  9. Fetch a list of supported languages for podcasts GET {{baseUrl}}/languages

  10. Fetch a random podcast episode GET {{baseUrl}}/just_listen