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

category
string
required

Chart identifier from GET /v1/podcasts/entities/charts (e.g. 'all', 'tv-series', 'movies', 'video-games', 'guests').

Query Parameters

window
enum<string>
default:7d

Measurement window for the edition to return. The all chart publishes 7d only.

Available options:
7d,
24h
limit
integer<int64>
default:10

How many ranked entries to return, from rank 1 down. Editions persist far deeper than the product surfaces, so raise this to page further into the chart. A session without paid Radar access reads the all chart 10 entries deep regardless of limit.

Required range: 1 <= x <= 100
sort
enum<string>
default:rank

Response ordering. 'rank' returns the chart as published. 'acceleration' reorders the whole persisted edition by each entry's accel_multiple, fastest first, so a fast riser deep in the chart can surface; entries without a multiple or with fewer than 5 podcasts follow in rank order. Acceleration is not measured for the guests chart, so 'acceleration' returns guests in rank order.

Available options:
rank,
acceleration
include
enum<string>[] | null

Optional response sections (comma-separated). 'timeseries' adds each entry's daily podcast and mention history. 'driven_by' adds, on a derivative entry, the entry whose coverage drives it, for grouping derivative entries under what drives them.

Available options:
timeseries,
driven_by

Response

OK

category_name
string
required

Display name for the chart.

category_slug
string
required

Chart identifier.

edition_date
string
required

Eastern-time calendar date the edition describes, as YYYY-MM-DD.

entries
object[] | null
required

Ranked entries. Rank ascending by default; ordered by accel_multiple when the chart was requested with sort=acceleration, with each entry's rank still naming its published chart position.

methodology_version
integer<int64>
required

Version of the ranking methodology that produced this edition. Editions across a version change are not directly comparable.

source
enum<string>
required

Which measurement family this chart belongs to, so a client knows which entry fields apply: 'mentions' charts measure organic podcast mentions and carry mention_count, accel_multiple, and signals — the per-category charts rank by distinct mentioning podcasts, while the composite all chart draws on a wider curated pool of entity types (people, books, music, brands, organizations, sports, events, products, and more) and blends that reach with 52-day elevation, so its rank does not follow podcast_count; the 'guest_appearances' chart ranks people by the distinct shows they appeared on, always reports mention_count 0, and carries appearances and highlight_clip instead.

Available options:
mentions,
guest_appearances
status
string
required

Edition lifecycle: 'computed' or 'enriched'.

window
string
required

Measurement window this edition covers.

caveats
string[] | null

Edition-level measurement caveats.

computed_at
string<date-time>

When the positions were computed.

enriched_at
string<date-time>

When the narrative pipeline finished. Absent while status is 'computed'.