Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

Pass your API key in the X-API-Key header (recommended).

Path Parameters

id
string
required

Podcast slug (e.g., 'all-in'), internal ID, or numeric iTunes ID

Query Parameters

limit
integer<int64>
default:25

Results per page

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from previous response

include
enum<string>[] | null

Optional response sections. Pass include=basis to attach, for every result, the signals that make the two shows related: content similarity, shared topics, shared guests (with names), same publisher, shared sponsors.

Available options:
basis
min_score
number<double>

Only results with a fused score at or above this value. Omit (or 0) to return every stored neighbour; the band field is the recommended way to filter by strength.

Required range: 0 <= x <= 1
language
string

Only shows in this language (ISO 639-1 code, e.g. 'en', 'es'; a region suffix such as 'fr-CA' is reduced to the language). Related sets are built within the source show's language, so this mostly matters for shows with a mixed catalogue.

publishing_status
enum<string>

Only shows that have released an episode in the last 90 days (active) or have not (dormant). Shows with no known episode date match neither.

Available options:
active,
dormant
suitability_tier
enum<string>

Only shows whose latest brand-suitability assessment is this tier. Shows never assessed are excluded when this is set.

Available options:
SAFE,
LIMITED,
SENSITIVE,
UNSAFE
min_popularity
number<double>

Only shows at or above this popularity percentile (0-1]. A floor above 0 excludes shows that do not chart; 0 (or omitting it) applies no floor.

Required range: 0 <= x <= 1
exclude_same_publisher
boolean

Drop shows from the source show's own publisher — 'shows like mine that I do not already own'.

Response

OK

data
object[] | null
required

List of results

has_more
boolean
required

Whether more results exist

cursor
string

Pass to next request for more results