Music — entry 004 of 32
Bandcamp
Bandcamp's API is a closed B2B integration for labels and merchandise-fulfillment partners, covering account details, sales reporting, and merch order management rather than public catalog browsing. Access isn't self-serve: getting credentials means emailing Bandcamp directly with a description of the intended use, and authentication runs on OAuth 2.0 client-credentials with hour-long access tokens refreshed via a refresh token. Responses are JSON, and there's no listed fee — the gate is the partner relationship, not a price.
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score57
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.