As no one else has mentioned it, in a Chrome-based browser under DevTools ctrl+shift+i, you can grab your client_id
from the Network tab on reload. Many items listed here reference the SoundCloud API and require your client_id
to access it. Simply click any item in the list that isn't an image/base64
item (preferably something that begins with id?...
), then check the Request URL
for a client_id
.
It's the simplest way to grab the ID; now that you know how, don't do anything illegal k thx.
For those thinking this is the same as the other answer mentioning a download link, this method skips that entirely as many songs are no longer available from SoundCloud itself, but from external sources that are linked instead.
Amazing it's been this long, yet there's no "public" Soundcloud API. I'm amazed to find something worse off than the Twitch API.