What's the best way to search for multiple tracks by multiple ISRC IDs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Let's say I have an array with like 1000 ISRC IDs, what would be the best way to get all of these ISRC IDs' Spotify IDs so that I'd be able to play them / add them to a user's playlist etc..?
I only saw the Search API's ability to search for ISRC IDs, but it seems like you can only search for 1 single ISRC ID per request, something like that:
/search?type=track&q=isrc:USWB11101940
So for now I'm making a for loop on the array of ISRC IDs and making a separate request for each ISRC ID, but I'm sure it's not a good idea because I'd hit the rate limit pretty quick...
So I'm wondering if there's a way to fetch tens / hundreds of tracks by their ISRC IDs in the Spotify Web API?
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page