search_by_isrc
Resolve an ISRC code to the exact matching track on Spotify. Use it to dedupe catalog entries, verify recordings, or relink releases with a single catalog search.
Instructions
Exact track resolution from an ISRC via the isrc: search filter — the dedupe/relink anchor for catalog work. Quota: 🟢 one GET /search call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isrc | Yes | ISRC code, e.g. USUM71703861 (spaces/dashes tolerated) | |
| market | No | ISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |