Using soundcloud-javascript with soundcloud.com

JavaScript integration

✓ Official SDK
Install
npm install soundcloud-javascript
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
SDK on GitHub 📄 API Docs
SDK
soundcloud-javascript
JavaScript
API
soundcloud.com
soundcloud.com
At a glance
Language JavaScript
Endpoints59
Base URLhttps://api.soundcloud.com
✓ Official