简体   繁体   中英

Pulling in a playlist from Spotify in JSON Format with JS

Is it possible to pull a specific playlist from Spotify with JS and return the playlist in JSON/XML format?

I have looked at the Spotify Developer portal but it seem's as though all they have are widgets.

Is it possible through Echonest or some other service?

将来进行更新:有一个Web API可以做到这一点: https : //beta.developer.spotify.com/documentation/web-api/reference/playlists/get-playlist/

There is no Web API to do this. If you're running inside a Spotify App or a native libSpotify application you can get playlist details then convert it to JSON yourself.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM