简体   繁体   中英

Spotify Multiple Tracks Lookup

I'm using the Spotify API and I need to make a multiple IDs lookup (maybe using a trackset)

This is the default URL pattern, but, I can pass only one ID to the uri field

http://ws.spotify.com/lookup/1/?uri=spotify:track:6NmXV4o6bmp704aPGyTVVG

Is there a way I can lookup a trackset passing multiple IDS like we do on the playlist widget?

Thank you very much

In the new Spotify Web API there is an endpoint for fetching several tracks at once .

If you are currently using the Metadata API, it may be worth it checking the migration guide .

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