Search code examples
apihttpdeezer

Is it possible to get the isrc of the tracks with Playlist/Tracks in Deezer API


everything is in the title. Is there a way to get the ISRC of all the tracks of a playlist at once (I mean without having to make a track request for each track and hit the request quota) when using the Playlist/tracks endpoint of the Deezer API? Is there another method to get it done without multiple requests to the track endpoint ?

Thank you in advance


Solution

  • Unfortunately, you can not get the ISRC with only one request to the endpoint /playlist/tracks, you have to execute new requests in order to get the information.