问题
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