beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

SoundCloud_v2 Op

Ops.Api.SoundCloud.SoundCloud_v2


SoundCloud

Op author: pandur

Get infos / stream URL from a regular SoundCloud-track URL


This operator is a quick way for you to use the SoundCloud API to access published content information and audio stream.
It is recommended that for exported projects you switch in your own access keys to avoid access restrictions and throttling of API calls.

In the case that you notice the OP not working, there is a possibility that the API has changed (happens sometimes) - notify us!



Inputs

SoundCloud URL (String)

soundcloud URL copied from browser window

SoundCloud Client Id (String)

your soundcloud clientid

SoundCloud Client Secret (String)

your soundcloud client secret

Formats index (integer /Number)

available formats for given track (available after fetch)

Outputs

Stream URL (String)

stream url for given format (or first one available)

Artwork URL (String)

track artwork url

Title (String)

track title

Result (Object)

soundcloud track info object

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Soundcloud example

Open Example In Editor

Patches using SoundCloud_v2

Changelog


created op
2019-05-20 - pandur