Getting specific user's track list with soundcloud API

前端 未结 2 1292
孤街浪徒
孤街浪徒 2021-02-02 13:46

Is it possible to get the track list from a specific user via the soundcloud API WITHOUT requiring that specific user to authenticate?

I\'m looking for something like t

2条回答
  •  梦如初夏
    2021-02-02 13:56

    Yep, the API endpoint is at /users/{user_id}/tracks. If you don't have the user id, but only their username (permalink), you can use the /resolve endpoint to get the user data, including their id.

    Documentation here: user resource and here resolve.

提交回复
热议问题