iTunes vs Spotify
If you need a Podcasts API that's easy to integrate, go with iTunes.
iTunes
- No authentication required
- HTTPS supported
Spotify
- HTTPS supported
- Requires OAuth setup
| Feature | iTunes | Spotify |
|---|---|---|
| Authentication | None | OAuth |
| HTTPS | Yes | Yes |
| CORS | Unknown | Unknown |
When to use which?
iTunes is the better choice for quick prototypes and hackathons since it requires no authentication.