Musicfetch

Musicfetch API docs

Musicfetch is a music metadata and link matching API. Use it to search music catalogs, resolve streaming-service URLs, match songs and albums across platforms, look up ISRC and UPC identifiers, and check music distribution availability.

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 look up music metadata:

For a product-level overview, read the Music Metadata API guide.

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.