Get Soundcloud URL for a track using only its ID

前端 未结 3 1769
不知归路
不知归路 2021-01-03 03:02

I\'ve inherited a database of Soundcloud IDs and would like to build a page linking to each track on Soundcloud. Is it possible to link to a track on the Soundcloud website

3条回答
  •  悲哀的现实
    2021-01-03 03:54

    You can scrape it from the "widget" URL

    https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/{trackId}

    contains a link element

    
    

提交回复
热议问题