soundcloud.com

API provider — soundcloud.com

🔑 apikey 59 endpoints media
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (8 total)

soundcloud-javascript ✓ Official
npm install soundcloud-javascript
npm install node-soundcloud
npm install soundclouder.js
npm install recorder.js
# Maven: see https://github.com/birdcage/soundcloud-web-api-android
# See https://github.com/delannoyk/SoundcloudSDK
# See https://github.com/rvi/SoundCloud
# See https://github.com/Stofkat/LibSoundCloud-iOS
curl examples
Returns the authenticated user’s information.
curl \
  -H "Authorization: $API_KEY" \
  https://api.soundcloud.com/me
Performs a user search based on a query
curl \
  -H "Authorization: $API_KEY" \
  https://api.soundcloud.com/users
Performs a track search based on a query
curl \
  -H "Authorization: $API_KEY" \
  https://api.soundcloud.com/tracks
Endpoints (59 total)
GET
/me
Returns the authenticated user’s information.
GET
/users
Performs a user search based on a query
GET
/tracks
Performs a track search based on a query
GET
/connect
The OAuth2 authorization endpoint. Your app redirects a user to this endpoint…
GET
/resolve
Resolves soundcloud.com URLs to Resource URLs to use with the API.
GET
/me/tracks
Returns a list of user's tracks.
GET
/playlists
Performs a playlist search based on a query
GET
/me/followers
Returns a list of users who are following the authenticated user.
GET
/me/playlists
Returns user’s playlists (sets).
GET
/me/activities
Returns the authenticated user's activities.
GET
/me/followings
Returns a list of users who are followed by the authenticated user.
GET
/me/connections
Returns a list of the authenticated user's connected social accounts.
At a glance
Total SDKs8
Languages4
Endpoints59
Authapikey
Categories1
https://api.soundcloud.com