Bandcamp vs Mixcloud
If you need a Music API that's easy to integrate, go with Mixcloud.
Bandcamp
- HTTPS supported
- Requires OAuth setup
Mixcloud
- HTTPS supported
- CORS enabled for frontend use
- Requires OAuth setup
| Feature | Bandcamp | Mixcloud |
|---|---|---|
| Authentication | OAuth | OAuth |
| HTTPS | Yes | Yes |
| CORS | Unknown | Yes |
When to use which?
Mixcloud works directly from the browser with CORS enabled, making it better for frontend-only apps.