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. 'the-daily', 'lex-fridman-podcast'), 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

platform_slug
string

Restrict to ratings from one platform (e.g. 'apple'). Omit to return ratings from every platform.

locale
string

Restrict to one platform-specific locale (e.g. Apple storefront 'us'). Omit to return ratings across every locale.

min_stars
integer<int64>

Lower bound on the star rating (inclusive).

Required range: 1 <= x <= 5
since
string

Lower bound on posted_at (ISO 8601).

Example:

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

until
string

Upper bound on posted_at (ISO 8601).

Example:

"2026-06-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