Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

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

Query Parameters

podcast_id
string

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

entity_id
string

Entity slug (e.g., 'elon-musk', 'openai') or ID. Counts episodes featuring this entity as a speaker or mentioned entity.

person_id
string

Person slug (e.g., 'dick-costolo'), knowledge-graph entity slug for the same person, or ID. Counts episodes featuring this person as a speaker. Works even when the speaker has no knowledge-graph entity linked. When the value itself matches a knowledge-graph entity slug (corroborated to the same person), the default and 'mention' roles also count episodes that merely mention the person, matching entity_id semantics; pass a speaker role (guest, host, panelist, correspondent) for speaker-only counts.

company_id
string

Company slug (e.g., 'nvidia'), domain (e.g., 'nvidia.com'), or ID. Resolves to the company's linked entity.

role
enum<string>

Entity role filter. Constrains which episodes match the entity_id, person_id, or company_id.

Available options:
guest,
host,
panelist,
correspondent,
mention

Keyword filter over episode transcript content. Double-quoted substrings must appear as exact phrases; unquoted terms must all appear in a transcript segment. Counts episodes with at least one matching segment and adds mention_count fields to the response. Combines with the other filters.

Maximum string length: 500
published_after
string

Inclusive start of the range as an ISO 8601 date or date-time. Omit for all time.

published_before
string

End of the range as an ISO 8601 date or date-time. A bare date includes that whole day. Defaults to now.

interval
enum<string>
default:week

Bucket width. Weeks start on Monday and all buckets are UTC-aligned.

Available options:
day,
week,
month
language
string

ISO 639-1 language code filter

has_transcript
boolean

Only count episodes with completed transcripts

fully_ingested
boolean

Only count episodes that have reached the terminal ingestion milestone

min_duration
integer<int64>

Minimum episode duration in seconds

Required range: x >= 0
max_duration
integer<int64>

Maximum episode duration in seconds

Required range: x >= 0

Response

OK

buckets
object[] | null
required

Contiguous zero-filled buckets in ascending order

distinct_podcasts
integer<int64>
required

Distinct podcasts those episodes belong to

interval
enum<string>
required

Bucket width

Available options:
day,
week,
month
total_episodes
integer<int64>
required

Distinct episodes matching the filters in the range

end
string

UTC date of the range's exclusive upper bound. When the bound falls inside a day, such as the default of now, episodes on this date up to the bound are still counted.

start
string

Start of the first bucket as a UTC date

total_mentions
integer<int64>

Transcript segments matching keyword_search across the range. Present only when keyword_search is set.