This API supports a couple requests to abstract away the API-specific complexities of fetching data from the Spotify API API. Particularly, the Spotify API requires access tokens to hit their API - an unnecessary level of abstraction while building an App for learning purposes.
But this API conveniently takes care of all this!
This API was built specifically to support the development of the React project: MusicMaster 2.0
https://spotify-api-wrapper.appspot.com/artist/david-kando
Since I first published this API, I've become a Spotify Artist! Search for David Kando as suggested by the URL above. Support me with a follow and/or listen to my music :)
- Subsititue
david-kando
with any artist name! - Note that the underlying request returns an array of "artists". This wrapper limits the results to 1. So a response will look like:
{
"artists": {
...
"items": [],
...
"total": 1
}
}
Use an artist id returned from the above request.
https://spotify-api-wrapper.appspot.com/artist/6ep6Hvwexmaa5IqcPxMxqC/top-tracks