It is very interesting. Using the usual CLIENT_ID, I generated myself, I get the same results as you. Also, if I try to get into the API to get information about a specific track, I get a 403 Forbidden error:
HTTP GET https:
There may be several reasons why this happens:
- The user has reached his download limit for all of his tracks.
- The user has disabled oEmbed, causing API requests to 403 (see this post ).
- The user somehow managed to block normal access to the API for their tracks.
I rely on choice 3 here. I did some testing with some other CLIENT_ID in this question , trying to use the CLIENT_ID used by youtube-dl application. Using their _IPHONE_CLIENT_ID , I was able to see information for all 17 tracks. If my understanding of this key is correct, this is the API master key used by SoundCloud for the iOS application, which explains why this key works and others do not.
This user must have some option enabled to block access to the standard APIs for their tracks.
source share