How to get thumbnail of SoundCloud using API?

前端 未结 5 490
情话喂你
情话喂你 2021-02-06 03:16

For example:

http://soundcloud.com/mhiqu3/sets/heretik/

How to get the thumbnail url: http://i1.sndcdn.com/artworks-000004897289-5r6ws9-large.jpg?1767646

5条回答
  •  [愿得一人]
    2021-02-06 03:43

    You can use the /tracks endpoint, and read the artwork_url property from the returned JSON. More details: http://developers.soundcloud.com/docs/api/tracks

提交回复
热议问题