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

ISWC lookup
& reverse search

Developer reference: find the ISWC work code(s) for a recording, or list every recording of a composition from a single ISWC.

Recording → ISWC

Enter an ISRC or a SonoVault track ID to find the composition code(s) behind that recording. A single recording can carry several ISWCs.

curl
curl https://api.sonovault.now/v1/tracks/iswc \
-H "x-api-key: YOUR_API_KEY" \
-G -d "isrc=GBDUW0000059"
View API docs →
ISWC → recordings

Enter an ISWC to list every recording of that composition — originals, covers, remixes, and re-releases — each with its own ISRC.

curl
curl https://api.sonovault.now/v1/tracks/iswc/T0701427997 \
-H "x-api-key: YOUR_API_KEY"