nax
nax

Reputation: 1224

Get my current playlist with REST API in Spotify

There is any way to get a user playlist via the REST API?

I search about it, but REST API is really squishy.

My idea is really simple. I just want to get all my playlists from spotify and share that ones I want to in my website

Upvotes: 0

Views: 1132

Answers (1)

iKenndac
iKenndac

Reputation: 18776

In short: No.

In medium: No, but you can use the Spotify Play Button to embed a playlist into your website instead. You need to manually make one for each playlist, but once created the embedded widget will automatically stay in sync with the playlist.

A long: If you write it yourself, yes. You'd need to write a libspotify wrapper on the server-side that exposes a REST API for your website to consume. It's not for the faint of heart, though.

Upvotes: 3

Related Questions