I’ve been looking for a way to do this for a while because it seems like their should be one.
I just want to automatically pull the 5 most recent tracks from my SoundCloud page and put them on my website under a ‘Newest Audio’ section.
SoundCloud even does this themselves. If you go to a specific track, on the right bottom of the page it has a ‘More tracks by USERNAME,’ take a look:
http://soundcloud.com/goldenstatewarriors/mark-jackson-on-the-dan
The closest thing I have found is this:
http://api.soundcloud.com/tracks?client_id={client_id}
But for that you need a client_id, which is for soundcloud apps. I tried registering an app, but when I input the client_id given to me into the above, I get a bunch of tracks that aren’t mine:
http://api.soundcloud.com/tracks?client_id=02db8e29aa2fb5bf590f478b73137c67
I just know there has to be a way to do this…
The answer is simple
hitting it like this:
you get:
sort it by
created_atand profit 🙂Cheers! Hope this helps