Open arthurgiroux opened 10 years ago
To get the top charts of Spotify we need to first: Get the list of available dates rom this URL http://charts.spotify.com/api/charts/most_shared/global/
Then for each date we can retrieve the top charts at : http://charts.spotify.com/api/charts/most_shared/global/DATE Ex: http://charts.spotify.com/api/charts/most_shared/global/latest
There are 50 entries per date.
If we want to get more information on a given artist we can use a lookup with this API https://developer.spotify.com/technologies/web-api/lookup/
get the data from spotify API
Assignees :