Spotify's Web API, written in .NET Core
Based on simple REST principles, our Core Web API endpoints return metadata in JSON format about artists, albums, and tracks directly from the Spotify catalogue.
But here they are again: Go to the Spotify dashboard https://developer.spotify.com/dashboard/ Click Create a Client ID and create an app You are now ready to authenticate with Spotify! Enter your Client ID appsettings.json Enter your Client Secret appsettings.json Build project.