Get a topic
Returns a single topic with breadcrumb ancestors and the top direct children by prominence. Children are capped — use /v1/topics?parent_id= to paginate beyond the cap.
Authorizations
Pass your API key in the X-API-Key header (recommended).
Path Parameters
Topic ID, ancestry slug (e.g., technology/artificial-intelligence), or ancestry path hash
Response
OK
Unique identifier
Topic name
Ancestry-based slug (e.g., technology/artificial-intelligence). Can be used as topic_id.
Total number of direct child topics. May exceed len(children) when truncated; 0 for leaf topics.
Ancestor topic names from root to parent
Human-readable breadcrumb path (e.g. Business > Technology > AI)
Hash-based ancestry path for programmatic filtering
Direct child topics, capped — may be truncated. Paginate via /v1/topics?parent_id={id} to enumerate all.
Number of episodes in this podcast that cover this topic (only populated for /v1/podcasts/{id} topic lists)