Soundcloud API - Extracting tracks reposted by a user

让人想犯罪 __ 提交于 2019-12-02 21:00:41

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.

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
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!