UnifyAPI
← Back to catalog

podcast.trending

mock data$0.001 / call

Trending Podcasts

Currently trending podcasts globally — ranked by recent episode engagement. Filter by language and category. Returns title, author, artwork, trending score, episode count (PodcastIndex)

Media & Artsprovider: Podcast#podcast#media

Input schema

cat

Filter by category (e.g. "Technology", "News")

string
max

Number of trending podcasts (default 20, max 100)

integer
lang

Filter by language code (e.g. "en")

string
since

Unix timestamp — only include podcasts with new episodes since this time

integer

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}'

Try it

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