About

The Spotify platform allows 3rd party developers to create applications using the Spotify Apps API, query the music catalogue using the Meta API, or to take advantage of the streaming service with the C libspotify library.

What Questions should I ask?

Questions using this tag should be about how to use one of these platforms. You may find that in some cases, a question that arises whilst developing for these platforms is not Spotify specific; e.g. a common JavaScript question whilst creating a Spotify App, or a C question whilst using the libspotify library. In these cases, you should tag your question with the or tag instead.

Platforms

Spotify Apps API

The newest addition to the platform is the Spotify Apps API, which allows developers to create applications which are tightly integrated to the Spotify application. Such applications are created using a mix of HTML5, JavaScript and CSS. Because of this, as well as the official documentation coming in useful, developers should also find any documentation on HTML5, JavaScript and CSS (such as the Mozilla Developer Center) useful.

The JavaScript API accessible within the Spotify App environment gives access to classes representing Albums, Tracks and Artists; amongst others.

Useful Resources

libspotify

This C library allows third-party developers to write applications that utilize the Spotify music streaming service.

Useful Resources

Meta API

The Meta API provides developers with an interface to query Spotify's extensive music catalogue by making HTTP GET requests to their endpoint (http://ws.spotify.com/service/).

Extensive documentation on how to use this API can be found in the official documentation.

Useful Resources

history|show excerpt|excerpt history