Slipmat Spotify Playlist Parser API

Converts Spotify playlists to JSON.

Usage:GET /?playlist_url=<playlist_url>
(With header: API-KEY=<my_api_key>)

Returns: JSON array that looks like this:

[
  {
    "track": "Neon Thrills",
    "artists": ["LukHash"],
    "duration": 264
  }, 
  {
    "track": "Synaesthesia (Fly Away) - Darude Remix",
    "artists": ["The Thrillseekers", "Sheryl Deane", "Darude"],
    "duration": 389
  }, 
...
]
  

Version 0.4.0. Changelog. Interactive docs are available.

Slipmat.io Labs project

Made for the DJ community with ❤️ by @Uninen