Taddy API · JSON Structure

Taddy Podcast Episode Structure

A single episode within a PodcastSeries in the Taddy API

Type: Properties: 0
AudioComicsGraphQLMediaPodcastsTranscriptsWebhook

PodcastEpisode is a JSON Structure definition published by Taddy API.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "PodcastEpisode",
  "description": "A single episode within a PodcastSeries in the Taddy API",
  "fields": [
    { "name": "uuid", "type": "ID", "required": true, "description": "Taddy unique identifier" },
    { "name": "guid", "type": "String", "description": "RSS feed unique identifier" },
    { "name": "name", "type": "String", "required": true, "description": "Episode title" },
    { "name": "description", "type": "String", "description": "Episode description/show notes" },
    { "name": "subtitle", "type": "String", "description": "Short description (max 255 chars)" },
    { "name": "audioUrl", "type": "String (URI)", "description": "Audio file URL" },
    { "name": "videoUrl", "type": "String (URI)", "description": "Video file URL" },
    { "name": "imageUrl", "type": "String (URI)", "description": "Episode cover art URL" },
    { "name": "websiteUrl", "type": "String (URI)", "description": "Episode webpage URL" },
    { "name": "datePublished", "type": "Int (Epoch)", "description": "Publication timestamp in seconds" },
    { "name": "duration", "type": "Int", "description": "Duration in seconds" },
    { "name": "fileLength", "type": "Int", "description": "File size in bytes" },
    { "name": "fileType", "type": "String", "description": "MIME type" },
    { "name": "seasonNumber", "type": "Int", "description": "Season number" },
    { "name": "episodeNumber", "type": "Int", "description": "Episode number" },
    { "name": "episodeType", "type": "Enum (FULL|TRAILER|BONUS)", "description": "Episode classification" },
    { "name": "isExplicitContent", "type": "Boolean", "description": "Explicit content flag" },
    { "name": "isRemoved", "type": "Boolean", "description": "Removed from RSS feed flag" },
    { "name": "isBlocked", "type": "Boolean", "description": "Policy blocked flag" },
    { "name": "transcript", "type": "Array[String]", "description": "Parsed transcript paragraphs" },
    { "name": "transcriptUrls", "type": "Array[String]", "description": "Transcript file download URLs" },
    { "name": "transcriptUrlsWithDetails", "type": "Array[TranscriptLink]", "description": "Enhanced transcript link details" },
    { "name": "taddyTranscribeStatus", "type": "Enum", "description": "Transcription processing status" },
    { "name": "chapters", "type": "Array[Chapter]", "description": "Episode chapter markers" },
    { "name": "chaptersUrls", "type": "Array[String]", "description": "Chapter file download URLs" },
    { "name": "persons", "type": "Array[Person]", "description": "Hosts, guests, and contributors" },
    { "name": "podcastSeries", "type": "PodcastSeries", "description": "Parent podcast series" },
    { "name": "descriptionLinks", "type": "Array[String]", "description": "Extracted URLs from description" },
    { "name": "hash", "type": "String", "description": "Change detection hash" }
  ],
  "relationships": [
    { "field": "podcastSeries", "relatesTo": "PodcastSeries", "cardinality": "many-to-one" },
    { "field": "persons", "relatesTo": "Person", "cardinality": "many-to-many" },
    { "field": "chapters", "relatesTo": "Chapter", "cardinality": "one-to-many" }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/taddy-podcast-episode-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.