Musicfetch

Getting started

To access the Musicfetch endpoints you'll need a subscription. Head to the homepage and pick a plan. All plans start with a free 7 day trial.

Authorization

All the Musicfetch endpoints require an Access Token. Copy an access token from your Account page. You can create up to 5 access tokens at any one time. A token must be provided whenever you call the API.

curl https://api.musicfetch.io/isrc?isrc=USUG11901472&services=appleMusic \
-H 'x-token: YOUR_TOKEN'

Access tokens are secret and should not be exposed to the browser, as someone could steal your token and make requests on your behalf.

API Endpoints

Musicfetch provides several endpoints to lookup music metadata:

SDK

For JavaScript/TypeScript projects, we recommend using our official SDK which provides a type-safe interface and includes brand assets to help you build your UI quickly.