5

Is it possible to get info for a track using the isrc instead of the id?

Instead of

http://api.deezer.com/track/123455

something like

http://api.deezer.com/track/?isrc=8764237
Julaie
  • 867
  • 5
  • 7
Eugenio
  • 3,195
  • 5
  • 33
  • 49

1 Answers1

13

It's not documented yet but yes, you can search a track based on it's ISRC number, with the following API call :

https://api.deezer.com/2.0/track/isrc:USWB11200587

Note that in some cases, your ISRC code may contain a dash between the letters/numbers.

XGouchet
  • 10,002
  • 10
  • 48
  • 83