Taddy
Taddy is a GraphQL API for podcasts and comics, giving developers access to over 4 million podcasts and 200 million episodes, plus real-time full-text search, automatically generated episode transcripts, chapters, iTunes metadata, daily top charts, webcomic and creator data, and webhook notifications for new or updated content. All queries hit a single GraphQL endpoint at https://api.taddy.org authenticated with X-USER-ID and X-API-KEY headers.
APIs
Taddy Podcast Search API
Blazing-fast full-text `search` query across all 4M+ podcasts and 200M+ episodes, with filters for country, genre, language, publish date, and whether a transcript is available,...
Taddy Podcast Series & Episodes API
Look up podcast series and episodes via getPodcastSeries, getPodcastEpisode, getMultiplePodcastSeries, getMultiplePodcastEpisodes, and getLatestPodcastEpisodes, keyed by Taddy u...
Taddy Episode Transcripts API
Retrieve episode transcripts with getEpisodeTranscript and the transcriptWithSpeakersAndTimecodes field, including per-line text, speaker names, and start/end timecodes, backed ...
Taddy Episode Chapters API
Fetch chapter markers for an episode via getEpisodeChapters and the chapters field, returning chapter titles and start timecodes for chapterized podcasts.
Taddy iTunes Info API
Resolve Apple Podcasts / iTunes metadata for a podcast with getItunesInfo and the itunesInfo field, including iTunes ID, base artwork URL, categories, and content advisory.
Taddy Top Charts & Popular API
Retrieve daily top charts and popular content with getTopChartsByCountry, getTopChartsByGenre, and getPopularContent, filterable by country, genre, and language.
Taddy Comics & Creators API
Access webcomic and creator data via getComicSeries, getComicIssue, getCreator, and getMultipleCreators, covering comic series, individual issues, and the artists, writers, and ...
Taddy Webhooks API
Real-time webhook notifications for new and updated content, delivering events such as podcast.created, podcast.updated, podcast.deleted, podcast.new_episodes, and matching crea...
Taddy Account & Usage API
Monitor plan consumption with getApiRequestsRemaining (monthly API request quota) and getTranscriptCreditsRemaining (monthly transcript credit allocation).
Collections
Taddy GraphQL API
OPENGraphQL
Taddy GraphQL API
Taddy is a **native GraphQL API** for podcasts and comics. It gives developers
GRAPHQL