Soundcloud
Connect to the SoundCloud API to get musical data and user information. Test the API call and export the code snippet to build a widget or pull musical data. The SoundCloud API is free with rate limits. Read more here: https://developers.soundcloud.com/docs/api/rate-limits (as of 02/27/2017)
Soundcloud endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
addTrackComment /addTrackComment |
Adds comment to the track. |
| POST |
checkMeFollowing /checkMeFollowing |
Check if user if following other user. |
| POST |
checkMeLikedTrack /checkMeLikedTrack |
Gets info about single track liked by current user. |
| POST |
checkUserFollowing /checkUserFollowing |
Check if user if following other user. |
| POST |
checkUserLikedTrack /checkUserLikedTrack |
Gets info about single track liked by user. |
| POST |
unlikeTrack /unlikeTrack |
Removes track from favorites |
| POST |
createMyConnection /createMyConnection |
Create connection representing the external profile (like twitter, tumblr or facebook profiles and pages) |
| POST |
createMyWebProfile /createMyWebProfile |
Creates single web-profile. |
| POST |
createPlaylist /createPlaylist |
Creates playlist |
| POST |
deleteMyPlaylist /deleteMyPlaylist |
Deletes single playlist. |
| POST |
deleteMyTrack /deleteMyTrack |
Deletes single track. |
| POST |
deleteMyWebProfile /deleteMyWebProfile |
Deletes web-profile of the user. |
| POST |
deleteTrackSingleComment /deleteTrackSingleComment |
Adds comment to the track. |
| POST |
followUser /followUser |
Adds user to followed. |
| POST |
getAccessToken /getAccessToken |
Provides access tokens once a user has authorized your application. |
| POST |
getComments /getComments |
Gets list of comments. |
| POST |
getMe /getMe |
Gets information about the authenticated user. |
| POST |
getMyActivities /getMyActivities |
Gets list of acitivites for the current user. |
| POST |
getMyComments /getMyComments |
Gets list of comments of the current user |
| POST |
getMyConnections /getMyConnections |
Gets list of connections for the current user. |
| POST |
getMyFollowedUsersRecentTracks /getMyFollowedUsersRecentTracks |
Gets recent tracks from users the logged-in user follows. |
| POST |
getMyFollowers /getMyFollowers |
Gets list of users who are following the current user |
| POST |
getMyFollowings /getMyFollowings |
Gets list of users who are followed by the current user. |
| POST |
getMyPlaylists /getMyPlaylists |
Gets list of playlists for the current user. |
| POST |
getMyRecentTracksActivities /getMyRecentTracksActivities |
Gets recent activities on the logged-in users tracks. |
| POST |
getMySharedTracks /getMySharedTracks |
Gets recent exclusively shared tracks. |
| POST |
getMyTracks /getMyTracks |
Gets list of tracks for the current user. |
| POST |
getMyWebProfiles /getMyWebProfiles |
Gets list of web profiles of the current user |
| POST |
getOembed /getOembed |
The SoundCloud oEmbed endpoint will serve the widget embed code for any SoundCloud URL pointing to a user, set, or a playlist. |
| POST |
getRegisteredClientApplication /getRegisteredClientApplication |
Gets list of registered applications. |
| POST |
getSinglePlaylist /getSinglePlaylist |
Gets information about single playlist. |
| POST |
getSingleTrack /getSingleTrack |
Gets information about single playlist. |
| POST |
getSingleUser /getSingleUser |
Gets information about single user. |
| POST |
getTrackComments /getTrackComments |
Gets comments of the track. |
| POST |
getTrackSecretToken /getTrackSecretToken |
Gets secret token of the track. |
| POST |
getTrackSingleComment /getTrackSingleComment |
Gets comment of the track. |
| POST |
getTracksLikedByMe /getTracksLikedByMe |
Gets list of tracks favorited by the current user |
| POST |
getTracksLikedByUser /getTracksLikedByUser |
Gets list of comments from this user. |
| POST |
getUserComments /getUserComments |
Gets list of comments from this user. |
| POST |
getUserFollowers /getUserFollowers |
Gets list of users who are following the user. |
| POST |
getUserFollowings /getUserFollowings |
Gets list of users who are followed by the user. |
| POST |
getUserPlaylists /getUserPlaylists |
Gets information about playlists of the user. |
| POST |
getUserSingleComment /getUserSingleComment |
Gets information about single comment. |
| POST |
getUserTracks /getUserTracks |
Gets information about tracks of the user. |
| POST |
getUserWebProfiles /getUserWebProfiles |
Gets list of web profiles. |
| POST |
getUsersLikedTrack /getUsersLikedTrack |
Gets users who liked this track. |
| POST |
likeTrack /likeTrack |
Adds track to favorites |
| POST |
refreshToken /refreshToken |
Refreshes expired token. |
| POST |
resolveResourcesFromURL /resolveResourcesFromURL |
The resolve resource allows you to lookup and access API resources when you only know the SoundCloud.com URL. |
| POST |
searchPlaylists /searchPlaylists |
Gets list of playlists. |
Soundcloud pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — | — |