I want to get the resource of a track through the Soundcloud API:
https://soundcloud.com/killbite/death-illusion
The API returns the wrong track when I do this though:
http://api.soundcloud.com/users/killbite/tracks/death-illusion.json?client_id="myClientId"
Even if I query by UserId instead of Username it's wrong. If I go by track ID it'll be correct (ID=161781638).
Is there anyway to get the correct track by userId and/or track name?