SonoVault is in open beta — signups are live. Get your free API key →
ISRC API

ISRC lookup
& reverse search

Developer reference: query 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/GBDUW0000053 \
-H "x-api-key: YOUR_API_KEY"
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"