Home
Providers
Taddy
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.
Taddy publishes 9 APIs on the APIs.io network. Tagged areas include Podcasts, Comics, GraphQL, Search, and Transcripts.
Taddy’s developer surface includes documentation, engineering blog, and 7 more developer resources.
9 APIs
Podcasts Comics GraphQL Search Transcripts Media Content
On this page
Kin Score
APIs 9
Open Collections 1
GraphQL 1
Pricing Plans 1
Rate Limits 1
FinOps 1
Security Posture 1
Resources 9
apis.yml
37 Operational Transparency
Composite quality — 33.1/100 · thin
Contract Quality
10.8 / 25
Developer Ergonomics
2.2 / 20
Commercial Clarity
7.9 / 20
Operational Transparency
4.8 / 13
Agent readiness — 19/100 · agent aware
Machine-Readable Contract
18 / 18
Agentic Access Contract
0 / 10
MCP Server
0 / 12
Machine-Readable Auth
0 / 10
Idempotency
0 / 9
Stable Error Semantics
0 / 8
Request/Response Examples
0 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 9
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
GraphQL schemas published by this provider.
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Documentation 1
Reference material describing how the API behaves
Build 1
SDKs, sample code, and the tooling you integrate with
Access & Security 1
Authentication, authorization, and security posture
Operate 1
Status, limits, changes, and where to get help
Commercial 2
Pricing, plans, and the legal terms of use
Company 3
The organization behind the API
Source (apis.yml)
aid: taddy
url: https://raw.githubusercontent.com/api-evangelist/taddy/refs/heads/main/apis.yml
name: Taddy
kind: company
description: 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.
accessModel:
pricing: freemium
onboarding: open
trial: false
try_now: true
public: true
label: Freemium · Open access
confidence: medium
source:
- plans
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/taddy.png
tags:
- Podcasts
- Comics
- GraphQL
- Search
- Transcripts
- Media
- Content
created: '2026-07-03'
modified: '2026-07-03'
specificationVersion: '0.19'
apis:
- aid: taddy:taddy-podcast-search-api
name: Taddy Podcast Search API
tags:
- Search
- Podcasts
- Full Text Search
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://taddy.org/developers/podcast-api/search
baseURL: https://api.taddy.org
properties:
- url: https://taddy.org/developers/podcast-api/search
type: Documentation
- url: https://taddy.org/developers/intro-to-taddy-graphql-api
type: APIReference
- url: graphql/taddy-graphql.md
type: GraphQL
- url: graphql/taddy-schema.graphql
type: GraphQL
description: 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, and sortable by exactness or popularity.
- aid: taddy:taddy-podcast-series-episodes-api
name: Taddy Podcast Series & Episodes API
tags:
- Podcasts
- Episodes
- Metadata
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://taddy.org/developers/podcast-api/get-podcast-series
baseURL: https://api.taddy.org
properties:
- url: https://taddy.org/developers/podcast-api/get-podcast-series
type: Documentation
- url: https://taddy.org/developers/podcast-api/podcastseries
type: APIReference
- url: graphql/taddy-graphql.md
type: GraphQL
- url: graphql/taddy-schema.graphql
type: GraphQL
description: Look up podcast series and episodes via getPodcastSeries, getPodcastEpisode, getMultiplePodcastSeries, getMultiplePodcastEpisodes,
and getLatestPodcastEpisodes, keyed by Taddy uuid, name, RSS URL, or iTunes ID.
- aid: taddy:taddy-transcripts-api
name: Taddy Episode Transcripts API
tags:
- Transcripts
- Podcasts
- Speech to Text
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://taddy.org/developers/podcast-api/episode-transcripts
baseURL: https://api.taddy.org
properties:
- url: https://taddy.org/developers/podcast-api/episode-transcripts
type: Documentation
- url: graphql/taddy-graphql.md
type: GraphQL
- url: graphql/taddy-schema.graphql
type: GraphQL
description: Retrieve episode transcripts with getEpisodeTranscript and the transcriptWithSpeakersAndTimecodes field, including
per-line text, speaker names, and start/end timecodes, backed by Taddy's automatic transcription of episodes that lack
a publisher transcript.
- aid: taddy:taddy-episode-chapters-api
name: Taddy Episode Chapters API
tags:
- Chapters
- Podcasts
- Metadata
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://taddy.org/developers/podcast-api
baseURL: https://api.taddy.org
properties:
- url: https://taddy.org/developers/podcast-api
type: Documentation
- url: graphql/taddy-graphql.md
type: GraphQL
- url: graphql/taddy-schema.graphql
type: GraphQL
description: Fetch chapter markers for an episode via getEpisodeChapters and the chapters field, returning chapter titles
and start timecodes for chapterized podcasts.
- aid: taddy:taddy-itunes-info-api
name: Taddy iTunes Info API
tags:
- iTunes
- Apple Podcasts
- Metadata
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://taddy.org/developers/podcast-api
baseURL: https://api.taddy.org
properties:
- url: https://taddy.org/developers/podcast-api
type: Documentation
- url: graphql/taddy-graphql.md
type: GraphQL
- url: graphql/taddy-schema.graphql
type: GraphQL
description: Resolve Apple Podcasts / iTunes metadata for a podcast with getItunesInfo and the itunesInfo field, including
iTunes ID, base artwork URL, categories, and content advisory.
- aid: taddy:taddy-top-charts-popular-api
name: Taddy Top Charts & Popular API
tags:
- Charts
- Rankings
- Popular
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://taddy.org/developers/podcast-api
baseURL: https://api.taddy.org
properties:
- url: https://taddy.org/developers/podcast-api
type: Documentation
- url: graphql/taddy-graphql.md
type: GraphQL
- url: graphql/taddy-schema.graphql
type: GraphQL
description: Retrieve daily top charts and popular content with getTopChartsByCountry, getTopChartsByGenre, and getPopularContent,
filterable by country, genre, and language.
- aid: taddy:taddy-comics-creators-api
name: Taddy Comics & Creators API
tags:
- Comics
- Creators
- Webtoons
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://taddy.org/developers
baseURL: https://api.taddy.org
properties:
- url: https://taddy.org/developers
type: Documentation
- url: graphql/taddy-graphql.md
type: GraphQL
- url: graphql/taddy-schema.graphql
type: GraphQL
description: Access webcomic and creator data via getComicSeries, getComicIssue, getCreator, and getMultipleCreators, covering
comic series, individual issues, and the artists, writers, and other creators behind them.
- aid: taddy:taddy-webhooks-api
name: Taddy Webhooks API
tags:
- Webhooks
- Notifications
- Real Time
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://taddy.org/developers
baseURL: https://api.taddy.org
properties:
- url: https://taddy.org/developers
type: Documentation
- url: graphql/taddy-graphql.md
type: GraphQL
- url: graphql/taddy-schema.graphql
type: GraphQL
description: Real-time webhook notifications for new and updated content, delivering events such as podcast.created, podcast.updated,
podcast.deleted, podcast.new_episodes, and matching creator/creatorcontent events. Available on the Business tier and
above.
- aid: taddy:taddy-account-usage-api
name: Taddy Account & Usage API
tags:
- Usage
- Quotas
- Account
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://taddy.org/developers/intro-to-taddy-graphql-api
baseURL: https://api.taddy.org
properties:
- url: https://taddy.org/developers/intro-to-taddy-graphql-api
type: Documentation
- url: graphql/taddy-graphql.md
type: GraphQL
- url: graphql/taddy-schema.graphql
type: GraphQL
description: Monitor plan consumption with getApiRequestsRemaining (monthly API request quota) and getTranscriptCreditsRemaining
(monthly transcript credit allocation).
common:
- type: DomainSecurity
url: security/taddy-domain-security.yml
- type: GitHubOrganization
url: https://github.com/taddyorg
- type: LinkedIn
url: https://www.linkedin.com/company/taddy
- type: Website
url: https://taddy.org/
- type: Documentation
url: https://taddy.org/developers
- type: Plans
url: plans/taddy-plans-pricing.yml
- type: RateLimits
url: rate-limits/taddy-rate-limits.yml
- type: FinOps
url: finops/taddy-finops.yml
- url: https://taddy.org/blog
type: Blog
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com