List ratings for a podcast
Returns user-generated ratings (1-5 stars plus optional review text) captured from third-party platforms. Today’s source is Apple Podcasts, walked across the Anglophone storefronts (us, gb, ca, au, nz, ie). Newest ratings first; paginate with cursor. Filter by platform_slug, locale, min_stars, or a date window on since/until.
Documentation Index
Fetch the complete documentation index at: https://docs.particle.pro/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your API key in the X-API-Key header (recommended).
Path Parameters
Podcast slug (e.g. 'the-daily', 'lex-fridman-podcast') or ID.
Query Parameters
Results per page
1 <= x <= 100Opaque pagination cursor from previous response
Restrict to ratings from one platform (e.g. 'apple'). Omit to return ratings from every platform.
Restrict to one platform-specific locale (e.g. Apple storefront 'us'). Omit to return ratings across every locale.
Lower bound on the star rating (inclusive).
1 <= x <= 5Lower bound on posted_at (ISO 8601).
"2026-01-01T00:00:00Z"
Upper bound on posted_at (ISO 8601).
"2026-06-01T00:00:00Z"