Soundcloud API - Extracting tracks reposted by a user

后端 未结 2 1086
北恋
北恋 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条回答
  • 2021-02-03 11:19

    The API endpoints which give you reposts are not yet part of the public API. The only reason for this is that we haven't yet fully decided on a format and so on -- basically, once it's part of the documented API, then we have a complete responsibility never to break that backwards compatibility, and we can't quite promise that yet.

    0 讨论(0)
  • 2021-02-03 11:28

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

    Updated:

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

    Old answer:

    https://api-v2.soundcloud.com/profile/soundcloud:users:<userId>?limit=50&offset=0
    
    0 讨论(0)
提交回复
热议问题