Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thde/bandcamp-api


https://github.com/thde/bandcamp-api

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# bandcamp-api

A simple API for Bandcamp based on [bandcamp-scraper](https://github.com/masterT/bandcamp-scraper).

The API is deployed on vercel and can be used to query some basic release data:

## Releases by Artist

```text
https://bandcamp-api.vercel.app/api/artists/hommesdumonde.bandcamp.com
```

## Release

```text
https://bandcamp-api.vercel.app/api/artists/hommesdumonde.bandcamp.com/album/spirits
```

## Track

```text
https://bandcamp-api.vercel.app/api/artists/hommesdumonde.bandcamp.com/track/virtue-original-mix
```

## Search

```text
https://bandcamp-api.vercel.app/api/search?query='Coeur de pirate'&page=1
```