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://api-v2.soundcloud.com/tracks/102113299/related?anon_user_id=36331428&limit=10&offset=0&linked_partitioning=1
https://api-v2.soundcloud.com/tracks/102113299/related
2.1m questions
2.1m answers
60 comments
57.0k users