API call to get all playlists for a given track
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm making a small mobile app as a gift to a friend. The concept is: he enters some songs, it returns all playlists containing all of those songs.
My plan was:
- get all playlists for the least popular song (according to Spotify's Popularity field)
- filter out any where Tracks does not contain all of the selected songs
However it seems you can only search playlists with a text query that only filters based on the name of the playlist, so not quite what I want.
Is it possible (if so, how!) to ask Spotify to add an API endpoint to allow you to search for playlists containing a specific track? It might look something like this:
https://api.spotify.com/v1/search?type=playlist?track={trackId}offset=0&limit=20
Any help (including if this question should be directed somewhere else) would be greatly appreciated!
Thanks,
Jack
- Labels:
-
API Endpoint
-
API Query
-
API Question
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page