← Back to catalog
podcast.episodes
mock data$0.001 / callPodcast 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)
Input schema
idrequired
integerPodcastIndex feed ID (from search or trending results)
max
integerNumber of episodes to return (default 20, max 100)
since
integerUnix timestamp — only return episodes published after this time
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}'