Spotify API Endpoints - kokjp1/TechTrack GitHub Wiki
Spotify API endpoints:
Benodigde / interessante data van de Spotify API
item {}
- Popularity Score;
"popularity": 58 - Duration (ms)
"duration_ms": 141541 - Release Date
"release_date": "2022-09-15"
item { album {}}
- Album Name;
"name": "Snow Strippers"
item { artists {}}
- Artist API ID
"id": "6TsAG8Ve1icEC8ydeHm3C8"
artists {}
- Artist followercount
"followers": "total": 333.332 - Artist Popularity score
"popularity": 86
https://developer.spotify.com/documentation/web-api
https://developer.spotify.com/documentation/web-playback-sdk