Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
590 views
in Technique[技术] by (71.8m points)

soundcloud - Retrieving the "recommended" playlist via API call?

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.6k users

...