SonoVault is pre-launch — interested? Join the waitlist →
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 genres, release dates, and platform links.

curl
curl https://api.sonovault.now/v1/tracks/isrc \
-H "x-api-key: YOUR_API_KEY" \
-G -d "isrc=GBDUW0000053"
View API docs →
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.now/v1/tracks/search \
-H "x-api-key: YOUR_API_KEY" \
-G -d "artist=Daft Punk" \
-d "title=One More Time"