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.
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:
- Search music by query - Search for tracks, albums, and artists
- URL Lookup - Lookup tracks, albums, and artists using platform URLs
- ISRC Lookup - Lookup tracks using ISRC codes
- UPC Lookup - Lookup albums using UPC codes
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.