Reputation: 11
I'm building an application that is utilizing SpotifyAPI. One of the features I'm trying to implement is a search bar where users can search for their favourite tracks, but before even typing anything, I would want to provide users with some recommendations. While a "Search for Item" endpoint is working, the aforementioned "Get Recommendations" has been deprecated.
I'm looking for a similar funtionality, I couldn't think of one myself. Is there any way to get such recommendations without this endpoint?
Upvotes: 1
Views: 218
Reputation: 71
Try this api https://reccobeats.com/docs/apis/get-recommendation, it's also have the audio features base recommendation.
Upvotes: 0
Reputation: 1
I'm using the last.fm API to get recommendations: https://www.last.fm/api/show/track.getSimilar
Upvotes: 0