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.
Not a developer? Use the free ISRC lookup tool — no code required.
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"
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"