full list of albums using spotify api -


has pulled full list of albums using spotify's api?

i doing analysis of band names , need following information:

band name,year founded (will use first album release date derive this), genre

i planning use python curl, can figure out how pull information 1 artist.

unless have already, please have @ spotify's developer site, , more the endpoint reference. there's api endpoint retrieve metadata multiple @ once.

get https://api.spotify.com/v1/artists?ids={id1},{id2},.. 

if you're coding in python, i'd recommend having @ spotipy, open source python client language bindings spotify web api. might save time, it's not required in way of course.

as note of caution, since spotify doesn't have albums artists, way you're calculating band's founding year incorrect.


Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -