Bandcamp Search - No API KEY needed #108
Closed
Tomato6966
started this conversation in
General
Replies: 2 comments 4 replies
-
I am not sure how this is related to LavaSrc since BadCamp is a Lavaplayer feature? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does Bandcamp only return tracks? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Search Tracks on Bandcamp ( a source lavalink supports for links, but no searches )
Search Endpoint:
Example:
It returns:
{ results: SearchTrack[] }
and a SearchTrack contains for example:
track url can be passed to lavalink
img is thumbnail
band_name is equal to author
type: "t" is a track
I recommend following headers
Also supports api with keys, like that
https://bandcamp.com/api/track/3/info?key=${key}&track_id=279317014
but that's not neat...Beta Was this translation helpful? Give feedback.
All reactions