Show if a PlaylistTrack is a liked song or not, and set a song as a liked song #752
-
Is it possible to get info on a PlaylistTrack if it´s a liked song or not (indicated with a heart in the original Spotify app) Thanks a lot in advance |
Beta Was this translation helpful? Give feedback.
Answered by
JohnnyCrazy
May 20, 2022
Replies: 1 comment 3 replies
-
Hi, Checking if a song is liked is a separate API call: https://developer.spotify.com/documentation/web-api/reference/#/operations/check-users-saved-tracks Same for liking songs https://developer.spotify.com/documentation/web-api/reference/#/operations/save-tracks-user |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
JohnnyCrazy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Checking if a song is liked is a separate API call:
https://developer.spotify.com/documentation/web-api/reference/#/operations/check-users-saved-tracks
Same for liking songs
https://developer.spotify.com/documentation/web-api/reference/#/operations/save-tracks-user