Bandcamp Catalog API
## Bandcamp Catalog API The structured **catalog and discovery API for Bandcamp** — search, artists, albums, tracks, labels, tags, and genre discovery as clean JSON, with no media-download bandwidth fees. ### What you get - **Search** across artists, albums, tracks, and labels - **Artist & label pages** by subdomain — discography, links, location - **Album & track detail** — pricing, tags,…
Bandcamp Catalog API endpoints
| Method | Endpoint | Description |
|---|---|---|
| search | ||
| GET |
search /api/v1/search |
|
| artists | ||
| GET |
getArtist /api/v1/artists/{subdomain} |
|
| albums | ||
| GET |
getAlbum /api/v1/albums |
|
| tracks | ||
| GET |
getTrack /api/v1/tracks |
|
| labels | ||
| GET |
getLabel /api/v1/labels/{subdomain} |
|
| discover | ||
| GET |
discover /api/v1/discover |
|
| genres | ||
| GET |
getGenres /api/v1/genres |
|
Bandcamp Catalog API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $35 / month | — |
|
| MEGA | $99 / month | — |
|