Musicfetch

ISRC Lookup

If you have an ISRC code for a specific track you can use the /isrc endpoint to lookup that track. We first lookup the ISRC on Spotify and then search all other services for matching tracks. A normalized MusicfetchTrack is returned.

Example

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

Endpoint

GET https://api.musicfetch.io/isrc

Query parameters

International Standard Recording Code (e.g. USUG12200633)

A comma-separated list of music services to fetch matching data from (eg. …?services=appleMusic,youtube,amazonMusic).

Possible enum values
amazonamazonMusicanghamiappleMusicaudiomackaudiusawabandcampbeatportboomplaydeezerdiscogsflogaanageniusiHeartRadioinstagramjioSaavnjooxkkboxlineMusicnapsterneteasemusicBrainzpandoraqobuzqqMusicsevenDigitalshazamsoundcloudspotifytidaltiktoktrebelyandexyouseeMusikyoutubeyoutubeMusic
The country to fetch local links for (eg. US, GB, FR)
Possible enum values
ADAEAGAIAMARATAUAZBBBEBGBHBJBMBOBRBWBYBZCACGCHCLCNCOCRCVCYCZDEDKDMDOECEEEGESFIFJFMFRGBGDGHGMGRGTHKHNHUIDIEILINISITJOJPKEKGKHKNKRKYKZLALBLCLILKLTLULVMCMDMLMNMOMTMUMWMXMYNENGNINLNONPNZOMPAPEPGPHPLPTPWPYRORUSASBSESGSISKSLSTSVSZTDTHTJTMTRTTTWUAUGUSUYUZVEVGVNYEZAZW

Try it out

Use the interactive playground below to test the ISRC lookup endpoint with your own parameters. The playground will show you the exact request and response.