[Solved] How to get each track of a playlist with the Soundcloud API?

Soundcloud’s developer docs state that each playlist contains an array of tracks (see https://developers.soundcloud.com/docs/api/reference#playlists). You should be able to loop through the array and populate the html with the relevant values by effectively joining the code in your question together, though you will want to either use classes in the markup or generate individual IDs … Read more