Skip to content

🔉 An API for the Spotify-Client and the Spotify Web API, written in C#/.NET

License

Notifications You must be signed in to change notification settings

mrupp12bit/SpotifyAPI-NET

 
 

Repository files navigation

SpotifyAPI-NET

Build status Nuget SpotifyAPI.Web Nuget SpotifyAPI.Web.Auth Gitter

A Wrapper for Spotify's Web API, written in .NET

Spotify's Web API (link)

Based on simple REST principles, our Web API endpoints return metadata in JSON format about artists, albums, and tracks directly from the Spotify catalogue. The API also provides access to user-related data such as playlists and music saved in a “Your Music” library, subject to user’s authorization.

Docs and Usage

Docs are currently outdated and are being worked on. Please refer to the example Project for a rough overview.

More Information, Installation-Instructions, Examples and API-Reference can be found at github.io/SpotifyAPI-Net/

NuGet

You can add the API to your project via nuget-package:

Install-Package SpotifyAPI.Web
Install-Package SpotifyAPI.Web.Auth

//or

Install-Package SpotifyAPI.Web -pre
Install-Package SpotifyAPI.Web.Auth -pre

Donations

If you want to support this project or my work in general, you can donate a buck or two via the link below. However, this will be always optional!

Donate Link

About

🔉 An API for the Spotify-Client and the Spotify Web API, written in C#/.NET

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 87.3%
  • CSS 8.3%
  • HTML 3.5%
  • Other 0.9%