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, 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

source
enum<string>

Restrict to one source.

Available options:
apple,
spotify
chart_type
enum<string>

Restrict to one chart type.

Available options:
top_podcasts
country
string

Restrict to one country (ISO 3166-1 alpha-2; case-insensitive on input).

Required string length: 2
category_slug
string

Restrict to one category slug. Omit to include every category.

since
string

Lower bound on captured_at (ISO 8601).

Example:

"2025-01-01T00:00:00Z"

until
string

Upper bound on captured_at (ISO 8601).

Example:

"2026-01-01T00:00:00Z"

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