How to get track ID from URL using the SoundCloud API

前端 未结 5 2094
时光说笑
时光说笑 2020-12-24 15:02

How can I get a track ID from a track URL using the SoundCloud API?

5条回答
  •  遥遥无期
    2020-12-24 15:49

    Since the SoundCloud API is indefinitely not accepting new registrations, here's one alternative solution. This URL will provide you with a wide/short embedded player:

    https://w.soundcloud.com/player/?url= + URL of track

    Example: https://w.soundcloud.com/player/?url=https://soundcloud.com/chrisbjerken/picking-up-the-pieces

    This works for both a single track or a playlist.

提交回复
热议问题