Skip to content

Get Last Liked Tracks

To display the user’s last liked tracks, you can use the getLastLikedTracks method. This method returns an array of the user’s last liked tracks.

async function getLastLikedTracks(userId, amount, offset){
try {
const tracks = await vibify.getLastLikedTracks(userId, amount, offset);
console.log('Last Liked Tracks:', tracks);
} catch (error) {
console.error('Error:', error);
}
}
getLastLikedTracks('user-id', 1, 0);

Or with cURL:

Terminal window
curl -H "x-api-key: (your api key)" "http://localhost:3000/last-liked/user-id?amount=1"

Returns

{
"href":"https://api.spotify.com/v1/me/tracks?offset=0&limit=2",
"items":[
{
"added_at":"2024-03-21T12:39:41Z",
"track":{
"album":{
"album_type":"single",
"artists":[
{
"external_urls":{
"spotify":"https://open.spotify.com/artist/4o4tLTIJ3eWMFerz73atcT"
},
"href":"https://api.spotify.com/v1/artists/4o4tLTIJ3eWMFerz73atcT",
"id":"4o4tLTIJ3eWMFerz73atcT",
"name":"Qveen Herby",
"type":"artist",
"uri":"spotify:artist:4o4tLTIJ3eWMFerz73atcT"
}
],
"available_markets":[
"AR",
"AU",
"..."
],
"external_urls":{
"spotify":"https://open.spotify.com/album/5RltYqH7pCYEdhkH9SqBqs"
},
"href":"https://api.spotify.com/v1/albums/5RltYqH7pCYEdhkH9SqBqs",
"id":"5RltYqH7pCYEdhkH9SqBqs",
"images":[
{
"height":640,
"url":"https://i.scdn.co/image/ab67616d0000b27373d068056e0e9690d0393a62",
"width":640
},
{
"height":300,
"url":"https://i.scdn.co/image/ab67616d00001e0273d068056e0e9690d0393a62",
"width":300
},
{
"height":64,
"url":"https://i.scdn.co/image/ab67616d0000485173d068056e0e9690d0393a62",
"width":64
}
],
"name":"EP 3",
"release_date":"2018-06-08",
"release_date_precision":"day",
"total_tracks":5,
"type":"album",
"uri":"spotify:album:5RltYqH7pCYEdhkH9SqBqs"
},
"artists":[
{
"external_urls":{
"spotify":"https://open.spotify.com/artist/4o4tLTIJ3eWMFerz73atcT"
},
"href":"https://api.spotify.com/v1/artists/4o4tLTIJ3eWMFerz73atcT",
"id":"4o4tLTIJ3eWMFerz73atcT",
"name":"Qveen Herby",
"type":"artist",
"uri":"spotify:artist:4o4tLTIJ3eWMFerz73atcT"
}
],
"available_markets":[
"AR",
"AU",
"..."
],
"disc_number":1,
"duration_ms":204356,
"explicit":true,
"external_ids":{
"isrc":"QM24S1806203"
},
"external_urls":{
"spotify":"https://open.spotify.com/track/7b8yWhsX7QlBTj5NA4He03"
},
"href":"https://api.spotify.com/v1/tracks/7b8yWhsX7QlBTj5NA4He03",
"id":"7b8yWhsX7QlBTj5NA4He03",
"is_local":false,
"name":"Beautiful",
"popularity":39,
"preview_url":"https://p.scdn.co/mp3-preview/b4d4c93b9b160391ab2fe1fe283b54815ef7705f?cid=c7493ade39df412ca8de9d2e5e6619b0",
"track_number":4,
"type":"track",
"uri":"spotify:track:7b8yWhsX7QlBTj5NA4He03"
}
},
{
"added_at":"2024-03-21T11:34:11Z",
"track":{
"album":{
"album_type":"single",
"artists":[
{
"external_urls":{
"spotify":"https://open.spotify.com/artist/49jbdB53LJr05LjbBxknRl"
},
"href":"https://api.spotify.com/v1/artists/49jbdB53LJr05LjbBxknRl",
"id":"49jbdB53LJr05LjbBxknRl",
"name":"Sophia Rayne",
"type":"artist",
"uri":"spotify:artist:49jbdB53LJr05LjbBxknRl"
}
],
"available_markets":[
"AR",
"AU",
"..."
],
"external_urls":{
"spotify":"https://open.spotify.com/album/53zk7q2Z8ql955pzFSntLI"
},
"href":"https://api.spotify.com/v1/albums/53zk7q2Z8ql955pzFSntLI",
"id":"53zk7q2Z8ql955pzFSntLI",
"images":[
{
"height":640,
"url":"https://i.scdn.co/image/ab67616d0000b273c5015c5da960f56e8b037870",
"width":640
},
{
"height":300,
"url":"https://i.scdn.co/image/ab67616d00001e02c5015c5da960f56e8b037870",
"width":300
},
{
"height":64,
"url":"https://i.scdn.co/image/ab67616d00004851c5015c5da960f56e8b037870",
"width":64
}
],
"name":"Lemonade",
"release_date":"2021-06-18",
"release_date_precision":"day",
"total_tracks":1,
"type":"album",
"uri":"spotify:album:53zk7q2Z8ql955pzFSntLI"
},
"artists":[
{
"external_urls":{
"spotify":"https://open.spotify.com/artist/49jbdB53LJr05LjbBxknRl"
},
"href":"https://api.spotify.com/v1/artists/49jbdB53LJr05LjbBxknRl",
"id":"49jbdB53LJr05LjbBxknRl",
"name":"Sophia Rayne",
"type":"artist",
"uri":"spotify:artist:49jbdB53LJr05LjbBxknRl"
}
],
"available_markets":[
"AR",
"AU",
"..."
],
"disc_number":1,
"duration_ms":180000,
"explicit":false,
"external_ids":{
"isrc":"GBKPL2154382"
},
"external_urls":{
"spotify":"https://open.spotify.com/track/0EoSPa749D3k3wj9Dz4QLB"
},
"href":"https://api.spotify.com/v1/tracks/0EoSPa749D3k3wj9Dz4QLB",
"id":"0EoSPa749D3k3wj9Dz4QLB",
"is_local":false,
"name":"Lemonade",
"popularity":19,
"preview_url":"https://p.scdn.co/mp3-preview/bf8098e301a887f260c6b6cda1f28bbf0527cae4?cid=c7493ade39df412ca8de9d2e5e6619b0",
"track_number":1,
"type":"track",
"uri":"spotify:track:0EoSPa749D3k3wj9Dz4QLB"
}
}
],
"limit":2,
"next":"https://api.spotify.com/v1/me/tracks?offset=2&limit=2",
"offset":0,
"previous":null,
"total":7719
}