for any given song, e.g.
https://soundcloud.com/shesthequeen/i-dont-wanna-know
SoundCloud has a "recommended" playlist that usually start playing after that song is finished:
https://soundcloud.com/shesthequeen/i-dont-wanna-know/recommended
How can I retrieve this "recommended" playlist via the SoundCloud API? Is there a way? Which connector should I use? I'd like to avoid scraping HTML.
Thanks in advance, Mary
Looks like that this will be a new subresource of the upcoming tracks endpoint in the next API version.
GET /tracks/{id}/related
These are the API calls:
来源:https://stackoverflow.com/questions/26388089/retrieving-the-recommended-playlist-via-api-call