Soundcloud API - Extracting tracks reposted by a user

后端 未结 2 1093
北恋
北恋 2021-02-03 10:50

As reposts where introduced in the new soundcloud website, is it also possible to extract tracks reposted by a given user through the API ?

Thanks in advance for your he

2条回答
  •  旧时难觅i
    2021-02-03 11:28

    Replace User Id, limit and offset with what you need:

    Updated:

    https://api-v2.soundcloud.com/stream/users//reposts?limit=50&offset=0
    

    Old answer:

    https://api-v2.soundcloud.com/profile/soundcloud:users:?limit=50&offset=0
    

提交回复
热议问题