arthurgiroux / assisted-promotion-tool

Big data project at EPFL, for assisted promotion tool
0 stars 2 forks source link

Spotify #2

Open arthurgiroux opened 10 years ago

arthurgiroux commented 10 years ago

get the data from spotify API

Assignees :

arthurgiroux commented 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/