Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Wrong ISRC code on track?

Wrong ISRC code on track?

Hi there.

 

If I query for track '40lnqXKcBImVDFRreFL2T0' using https://api.spotify.com/v1/tracks/{id} I get the following:

{
"artists": [
{
...
"name": "Yanni",
...
}
],
"external_ids": {
"isrc": "USVI29700009"
},
...
"id": "40lnqXKcBImVDFRreFL2T0",
"name": "Prelude",
...
}

But if I search for that ISRC using https://api.spotify.com/v1/search I get a completely different track:

{
"artists": [
{
...
"name": "Janet Jackson",
...
}
],
"external_ids": {
"isrc": "USVI29700009"
},
...
"id": "4GRlJIrmlDe91l7qp8ED2E",
"name": "Velvet Rope",
...
}

 

From what I can see the ISRC lookup is correct. Why is the wrong ISRC code attached to the track when I search for it by track id?

 

Thanks in advance!

Reply
0 Replies

Suggested posts