Back to catalog
🎵

Bandcamp

OAuth

API of Music store Bandcamp

🎵MusicHTTPS

Bandcamp

5 items

In Rainbows

Radiohead

2.0K

To Pimp a Butterfly

Kendrick Lamar

2.0K

Carrie & Lowell

Sufjan Stevens

2.0K

Hospice

The Antlers

2.0K

Good Kid, M.A.A.D City

Kendrick Lamar

2.0K

Sample Response

response.json
1{
2 "items": [
3 {
4 "title": "In Rainbows",
5 "artist": "Radiohead",
6 "genre": "Alternative Rock",
7 "year": 2007,
8 "tracks": 10
9 },
10 {
11 "title": "To Pimp a Butterfly",
12 "artist": "Kendrick Lamar",
13 "genre": "Hip-Hop",
14 "year": 2015,
15 "tracks": 16

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://bandcamp.com/developer" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs