← Back to catalog
podcast.trending
mock data$0.001 / callTrending Podcasts
Currently trending podcasts globally — ranked by recent episode engagement. Filter by language and category. Returns title, author, artwork, trending score, episode count (PodcastIndex)
Input schema
cat
stringFilter by category (e.g. "Technology", "News")
max
integerNumber of trending podcasts (default 20, max 100)
lang
stringFilter by language code (e.g. "en")
since
integerUnix timestamp — only include podcasts with new episodes since this time
Call via REST
curl -X POST https://unifyapi.pro/api/call/podcast.trending \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"cat":"<cat>","max":0,"lang":"<lang>","since":0}'