I'm trying to get information from a playlist from the SoundCloud HTTP API, and I get information about the playlist, and track_count returns the correct number for the tracks that I have in the playlist, but the tracks are empty.
I tried the following links: https://api.soundcloud.com/playlists/215861217 The
return track_count for this playlist is 2.
Any idea why?
source
share