Bandsintown
Music Events
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Music
- Documentation / URL
- https://app.swaggerhub.com/apis/Bandsintown/PublicAPI/3.0.0
Overview
Bandsintown provides artist music events — keyless (requires an app_id; a bogus one returns 403 AWS deny, verified).
Quick Start
Events (with your app_id):
curl "https://rest.bandsintown.com/artists/Radiohead/events?app_id=YOUR_APP_ID"
{ "Message": "User is not authorized to access this resource with an explicit deny in an identity-based policy" }
Authentication
- Register at bandsintown.com/developer to get an
app_id. - Send it as the
app_idquery parameter (bogus → 403, verified).
Rate Limits & Notes
- Free with registration (check the docs).
- Artist events.
FAQ
Is Bandsintown free? Yes — free with an app_id.
Why 403? A bogus app_id returns an AWS deny (verified) — register for one.
What’s the auth style?
app_id query parameter.