Search code examples
soundcloud

How do you find out someones soundcloud userid?


I've literally looked everywhere and cannot figure out how to find someones userid that I can use inside their embed code. Anyone know how to find it out?


Solution

  • Check out What is my SoundCloud user_id? from timpietrusky:

    http://timpietrusky.github.io/what-is-my-soundcloud-user-id/

    If you want the user id of another user, you need to have their permalink (containing the username). Then you can use the /resolve endpoint from the API to get their data, including the id

    Learn more on /resolve in the documentation