Announcements

Help Wizard

Step 1

NEXT STEP

Who Me Too'd this topic

[Web API] recommendations not returned for genre seeds

As of the last couple of hours the recommendations endpoint isn't returning tracks related to genre seeds.

example request: https://api.spotify.com/v1/recommendations?seed_artists=&seed_genres=rock&seed_tracks=&limit=20&mark...

example response: 

{
"tracks" : [ ],
"seeds" : [ {"initialPoolSize" : 0, "afterFilteringSize" : 0, "afterRelinkingSize" : 0, "id" : "rock", "type" : "GENRE", "href" : null} ]
}

 

Recommendations are still returned for artist and track seeds. The response has 249 or 250 for each of the three numeric "seeds" properties, but 0 for genre seeds.

Who Me Too'd this topic