Is it possible to get the track id (or better, the entire track metadata) using an ISRC code?
Based on simple REST principles, the Spotify Web API endpoints return JSON metadata about music artists, albums, and tracks, directly from the Spotify Data Catalogue. Web API also provides access to user related data, like playlists and music that the user saves in the Your Music library.
Spotify is the de facto largest ISRC database in the world. If your track is live on Spotify, you will be able to grab the ISRC.
You can use Spotify's Web API to discover music and podcasts, manage your Spotify library, control audio playback, and much more.
Yes, you can get information about a track given the ISRC using the Search endpoint.
For example, Metallica's Sad But True has the ISRC USEE10001993
. A request to the Web API to retrieve the track metadata would be:
https://api.spotify.com/v1/search?type=track&q=isrc:USEE10001993
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With