SoundCloud Public API Specification
Base URL:
Auth: unknown
Endpoints: 12
Reachable: unknown
CORS: unknown
https://api.soundcloud.comAuth: unknown
Endpoints: 12
Reachable: unknown
CORS: unknown
Links
Endpoints
| Method | Path | Summary | Auth | Last Status | Latency |
|---|---|---|---|---|---|
GET |
/connect | The OAuth2 authorization endpoint. Your app redirects a user to this endpoint, allowing them to delegate access to their account. | — | — | — |
GET |
/playlists | Performs a playlist search based on a query | — | — | — |
GET |
/playlists/{playlist_id} | Returns a playlist. | — | — | — |
GET |
/playlists/{playlist_id}/reposters | Returns a collection of playlist's reposters. | — | — | — |
GET |
/playlists/{playlist_id}/tracks | Returns tracks under a playlist. | — | — | — |
GET |
/resolve | Resolves soundcloud.com URLs to Resource URLs to use with the API. | — | — | — |
GET |
/tracks | Performs a track search based on a query | — | — | — |
GET |
/tracks/{track_id} | Returns a track. | — | — | — |
GET |
/tracks/{track_id}/comments | Returns the comments posted on the track(track_id). | — | — | — |
GET |
/tracks/{track_id}/favoriters | Returns a list of users who have favorited or liked the track. | — | — | — |
GET |
/tracks/{track_id}/related | Returns all related tracks of track on SoundCloud. | — | — | — |
GET |
/tracks/{track_id}/reposters | Returns a collection of track's reposters. | — | — | — |
GET |
/tracks/{track_id}/streams | Returns a track's streamable URLs | — | — | — |