Soundcloud API - Extracting tracks reposted by a user

巧了我就是萌 提交于 2019-12-31 10:43:31

问题


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 help


回答1:


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.




回答2:


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


来源:https://stackoverflow.com/questions/14914059/soundcloud-api-extracting-tracks-reposted-by-a-user

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