PodIQ
Developer API

Podcast audience data, one request away

Build audience estimates, contacts and charts into your own product. A clean REST API over the same 2.84M-show index that powers PodIQ.

Get an API key
audience.sh
curl https://api.podiq.co/v1/podcasts/83522/audience \
  -H "Authorization: Bearer pk_live_…"

{
  "id": 83522,
  "title": "Crime Junkie",
  "listeners_per_episode": 459110,
  "monthly_listens": 4062031,
  "is_estimate": true
}

Endpoints

REST + JSON. Authenticated with a bearer key. Rate limits scale with your plan.

GET/v1/podcasts/search?q=
GET/v1/podcasts/{id}
GET/v1/podcasts/{id}/audience
GET/v1/podcasts/{id}/contact
GET/v1/charts?country=us
GET/v1/podcasts/{id}/similar

Fast & cached

Sub-100ms responses on a globally distributed edge cache.

Key-based auth

Scoped keys, per-key rate limits, instant rotation.

Bulk & webhooks

Batch lookups and change webhooks on Enterprise.

Ship with PodIQ data

API access is part of the Enterprise plan. Book a demo to get your key.

See API pricing →