Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thde/bandcamp-api
https://github.com/thde/bandcamp-api
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thde/bandcamp-api
- Owner: thde
- Created: 2020-07-15T21:01:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T12:11:25.000Z (4 months ago)
- Last Synced: 2024-10-11T07:45:45.150Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://bandcamp-api.vercel.app/
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```