Music Management

Last modified by Bart Vastenhouw on 2022/08/23 10:48

Spotify provides an API based on REST principles that provide access to "Endpoints", which include data about music artists, songs, and albums. Through authorization, the API also provides access to user data such as saved music and playlists. This is provided using Node.js and Javascript.

The Spotify web API has a complete reference of its functionality.