ISRC lookup

ISRC lookup
& reverse search

Look up track metadata by ISRC code, or find the ISRC for any track by artist and title.

Look up by ISRC

Enter an ISRC code to get full track metadata including BPM, key, genres, and platform links.

curl
curl https://api.sonovault.io/v1/tracks/isrc \
-H "x-api-key: YOUR_API_KEY" \
-G -d "isrc=GBDUW0000053"
Find ISRC by track

Search by artist and title to find the ISRC code for any track in the database.

curl
curl https://api.sonovault.io/v1/tracks/search \
-H "x-api-key: YOUR_API_KEY" \
-G -d "artist=Daft Punk" \
-d "title=One More Time"