0
votes

There is a solution to fetch a single track by querying the Spotify search API with ISRC.

But, I didn't find any way to fetch multiple tracks for the same.

I tried these ways but nothing worked:

Comma-separated: https://api.spotify.com/v1/search?type=track&q=isrc:USEE10001993,USEE10001994

Plus-separated: https://api.spotify.com/v1/search?type=track&q=isrc:USEE10001993+USEE10001994

Is there any way to achieve this?

1
can you show some code you are using? - 8-Bit Borges
Sorry, I'm not getting your question here. What code you're referring to here? It's purely a REST API call looking for a song matching the given ISRC in the query params? - Saru
I have no knowledge of how to make multiple calls with the syntax above. using a requests library and use a for loop should be a no brainer. - 8-Bit Borges
The question here is just because to avoid the for loop, as it isn't a convenient/reliable/scalable solution. - Saru
the way I see it, your solution does not seem convenient neither scalable, and not the other way around. it makes no sense to use multiple calls using your method. - 8-Bit Borges

1 Answers

3
votes

This request work fine for me: https://api.spotify.com/v1/search?type=track&q=isrc:USWB11802164+OR+isrc:DEMA61301103