Announcements
The Spotify Stars Program: Celebrating Values Week!

Help Wizard

Step 1

NEXT STEP

Who Me Too'd this topic

No recommendations being returned when querying by artist

Many artist ids are not returning any recommendations from the API. I'm assuming this is a bug.

 

Just a couple of examples, using the developer console, omitting the authentication bearer part of the header:

curl -X "GET" "https://api.spotify.com/v1/recommendations?market=US&seed_artists=5hAhrnb0Ch4ODwWu4tsbpi" -H "Accept: application/json" -H "Content-Type: application/json"
curl -X "GET" "https://api.spotify.com/v1/recommendations?market=US&seed_artists=2YZyLoL8N0Wb9xBt1NhZWg" -H "Accept: application/json" -H "Content-Type: application/json"

 

Who Me Too'd this topic