UnifyAPI
← Back to catalog

podcast.episodes

mock data$0.001 / call

Podcast Episodes

List recent episodes for a podcast by feed ID — title, description, publish date, audio URL, duration, season/episode numbers. Use feed ID from search or trending results (PodcastIndex)

Media & Artsprovider: Podcast#podcast#media

Input schema

idrequired

PodcastIndex feed ID (from search or trending results)

integer
max

Number of episodes to return (default 20, max 100)

integer
since

Unix timestamp — only return episodes published after this time

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/podcast.episodes \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"id":0,"max":0,"since":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.