PodIQ API
Access podcast analytics, metadata, and community data
Request an API key
The PodIQ API requires an API key for all requests. Keys are free — just tell us what you're building.
How it works
1
Submit the form with your email and a brief description of your project.
2
We review it (usually within 1–2 business days) and email you a key.
3
Include the key in every request as an X-API-Key header.
Using your key
Pass your key as an HTTP header on every API call:
bash
curl -H "X-API-Key: pdq_your_key_here" \
"https://api.podiq.net/api/podcasts"Requests without a valid key return 401 Unauthorized. Keep your key private — don't commit it to public repositories.