List a user's tracks / playlists / likes / followers…
soundcloud_list_user_contentList a SoundCloud user's tracks, playlists, likes, reposts, followers, followings, related artists, and profile links using their profile URL or ID.
Instructions
List content related to a user. kind selects what: tracks (tracks uploaded by the user); playlists (playlists / albums created by the user); liked_tracks (tracks the user liked); liked_playlists (playlists the user liked); reposted_tracks (tracks the user reposted); reposted_playlists (playlists the user reposted); followers (users following this user); followings (users this user follows); related_artists (artists related to this user (recommendations)); web_profiles (external links on the profile (website, Instagram…)). Paginated via next_href.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| sort | No | Order by upload date; desc = newest first (default) | |
| user | Yes | User URN (soundcloud:users:123), numeric id, or a soundcloud.com profile URL | |
| limit | No | Items per page (default 50, max 200) | |
| access | No | Filter by the caller's access level. Default: playable,preview. Add 'blocked' to also list tracks that cannot be streamed. | |
| show_tracks | No | For kind=playlists: include each playlist's tracks (default false) |