Using musixmatch-sdk with musixmatch.com

JavaScript integration

✓ Official SDK
Install
npm install musixmatch-sdk
curl \
  # append ?apikey=$API_KEY to the URL \
  /album.get
curl \
  # append ?apikey=$API_KEY to the URL \
  /track.get
curl \
  # append ?apikey=$API_KEY to the URL \
  /artist.get
SDK on GitHub 📄 API Docs
SDK
musixmatch-sdk
JavaScript
API
musixmatch.com
musixmatch.com
At a glance
Language JavaScript
Endpoints16
✓ Official