Get liked songs of a user
Returns an array of SongSummary DTOs (paginated). Only listeners can access this endpoint.
path Parameters
idquery Parameters
pagesizeGet liked songs of a user › Responses
Array of SongSummary DTOs
totalElementsTotal number of liked songs
totalPagesTotal number of pages
currentPageCurrent page number
Number of liked songs per page
Get liked songs of the authenticated user for a specific artist
Returns a list of SongSummary DTOs liked by the current user for the given artist. Only listeners can access this endpoint.
path Parameters
artistIdGet liked songs of the authenticated user for a specific artist › Responses
List of SongSummary DTOs
idUnique identifier of the song
titleSong title
durationSecondsDuration in seconds
positionInCollectionTrack position within the collection (1-based)
coverUrlcover for song image display
primaryArtistNamePrimary artist display name
primaryArtistIdIdentifier of the primary artist
effectiveStateEffective availability state
likedByUserif the user liked the song
explicitIndicates if the song contains explicit content
videoUrlURL of the video associated with the song
collectionIdIdentifier of the parent collection/album
likesCountNumber of likes the song has received