Is it possible to get the track id (or better, the entire track metadata) using an ISRC code?
相关问题
- Is there a way to play audio on a mobile browser w
- How to know when the user changes the song with th
- Monitoring Spotify track change in Applescript?
- Newest Spotify update: Autohotkeys script broke
- launchWebAuthFlow with Spotify returns “Authorizat
相关文章
- Spotify API Create Temp Playlist Not Loading
- How to refresh Access Token on Spotify SDK for And
- Spotify session management
- Update on Spotify API not allowing auto play
- How to change BPM value of Spotify Song Swift
- Get current song playing in Spotify on iPhone
- Get spotify currently playing track
- Starting a Song from Spotify Intent
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