Taddy API · Capability
Taddy Podcast Discovery
Workflow capability for discovering, searching, and analyzing podcast content via the Taddy API. Enables content teams, app developers, and media researchers to find podcasts, retrieve episode transcripts, explore top charts, and monitor brand mentions via webhooks.
What You Can Do
GET
Search podcasts
— Search for podcasts by keyword
/v1/podcasts
GET
Get podcast series
— Get full podcast series metadata
/v1/podcasts/{name}
GET
Get podcast episode
— Retrieve episode metadata and full transcript
/v1/episodes/{uuid}
GET
Get top charts
— Get top podcasts for a country
/v1/top-charts
GET
Get api requests remaining
— Check remaining API request quota for the month
/v1/quota
MCP Tools
search-podcasts
Search for podcast series by topic, name, or keyword
read-only
get-podcast-series
Get full metadata for a podcast series including genre, language, host information, and episode count
read-only
get-podcast-episode
Retrieve a podcast episode with full transcript, chapters, and contributor information
read-only
get-top-charts
Discover the most popular podcasts in a specific country
read-only
check-api-quota
Check how many API requests remain in the current billing period
read-only
APIs Used
taddy-podcast