Rocksky
  1. search
Rocksky
  • Overview
  • Introduction
  • FAQ
  • How-Tos
    • Migrating to Rocksky Scrobble API
    • Migrating from ListenBrainz to Rocksky
    • How to Use Rocksky with Jellyfin
    • How to Use Rocksky with Navidrome
    • How to Use Rocksky with Pano Scrobbler on Android
    • How to Use Rocksky with Kodi
    • Use Rocksky with Claude Desktop
  • CLI
    • Overview
    • Commands
      • login
      • mcp
      • whoami
      • nowplaying
      • scrobbles
      • search
      • stats
      • artists
      • albums
      • tracks
      • scrobble
      • create apikey
      • help
  • API Reference
    • albums
      • Get User's Albums
      • Get Album
      • Get Several Albums
    • artists
      • Get User's Artists
      • Get Artist
      • Get Several Artists
    • charts
      • Get Scrobbles Per Day
    • playlists
      • Get User's Playlists
      • Get Playlist
    • scrobbles
      • Get Scrobbles
      • Get User's Scrobbles
    • users
      • Find User Profile
    • tracks
      • Get User's Tracks
      • Get Track
      • Get Several Tracks
    • search
      • Search for Item
        GET
    • likes
      • Get User's Liked Songs
  1. search

Search for Item

GET
/xrpc/app.rocksky.feed.search
Get Rocksky catalog information about albums, artists, tracks or users that match a keyword string.

Request

Query Params
query
string 
required
Example:
daft punk
size
integer 
optional
Example:
100

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.rocksky.app/xrpc/app.rocksky.feed.search?query=daft punk&size=100'

Responses

🟢200OK
application/json
Body
hits
array [object {33}] 
required
id
string 
required
name
string 
optional
biography
null 
optional
born
null 
optional
bornIn
null 
optional
died
null 
optional
picture
string 
optional
sha256
string 
optional
uri
string  | null 
optional
appleMusicLink
null 
optional
spotifyLink
string  | null 
optional
tidalLink
null 
optional
youtubeLink
null 
optional
createdAt
string 
optional
updatedAt
string 
optional
xataVersion
integer 
optional
_federation
object 
required
title
string 
optional
artist
string 
optional
albumArtist
string 
optional
albumArt
string 
optional
album
string 
optional
trackNumber
integer 
optional
duration
integer 
optional
mbId
null 
optional
discNumber
integer 
optional
lyrics
string  | null 
optional
composer
string  | null 
optional
genre
null 
optional
label
string  | null 
optional
copyrightMessage
string  | null 
optional
albumUri
string  | null 
optional
artistUri
string 
optional
processingTimeMs
integer 
required
limit
integer 
required
offset
integer 
required
estimatedTotalHits
integer 
required
Example
{
    "hits": [
        {
            "id": "rec_cuh97cn27jc7uetrla90",
            "name": "Daft Punk",
            "biography": null,
            "born": null,
            "bornIn": null,
            "died": null,
            "picture": "https://i.scdn.co/image/ab6761610000e5ebdc93bb227980211b325b9d70",
            "sha256": "7a2ad6b68d51963bf2b27b491f38d7941fe2d21784f92ab1a79c8944dcdeaed3",
            "uri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "appleMusicLink": null,
            "spotifyLink": null,
            "tidalLink": null,
            "youtubeLink": null,
            "createdAt": "2025-02-04T22:24:50.918Z",
            "updatedAt": "2025-06-01T15:49:25.744Z",
            "xataVersion": 409,
            "_federation": {
                "indexUid": "artists",
                "queriesPosition": 1,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_d00usoakv5eu8u84bct0",
            "title": "Fragments of Time (Drumless Edition) (feat. Todd Edwards)",
            "artist": "Daft Punk, Todd Edwards",
            "albumArtist": "Daft Punk",
            "albumArt": "https://i.scdn.co/image/ab67616d0000b2739a88ea6c9da8bba49d38f28e",
            "album": "Random Access Memories (Drumless Edition)",
            "trackNumber": 11,
            "duration": 279920,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": "https://open.spotify.com/track/6XRP3yOrS9tgLVwIOL5Oit",
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "701c2aaab32babea9b09af1471e5654577bd09d904e063c593e564bded8ded9e",
            "discNumber": 1,
            "lyrics": null,
            "composer": null,
            "genre": null,
            "label": "Legacy Recordings",
            "copyrightMessage": null,
            "uri": "at://did:plc:fgvx5xqinqoqgpfhito5er3s/app.rocksky.song/3ln2xvsiovc2e",
            "albumUri": null,
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-04-18T06:17:05.345Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 6,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_cul5tqpqrq3dt0q902v0",
            "title": "Fall",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://cdn.rocksky.app/covers/63360b10d432172851381d0c83c9f3cb.jpg",
            "album": "TRON: Legacy - The Complete Edition (Original Motion Picture Soundtrack)",
            "trackNumber": 14,
            "duration": 82651,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": null,
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "0eb5088d64524b4f69447ef148fe93581fa099bacf1128bfd4a8da5906dd8651",
            "discNumber": 1,
            "lyrics": null,
            "composer": "Thomas Bangalter, Guy-Manuel de Homem-Christo",
            "genre": null,
            "label": null,
            "copyrightMessage": "℗ 2010 Walt Disney Records",
            "uri": null,
            "albumUri": null,
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-02-10T20:17:47.209Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 6,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_cul5rq98pmj2vqvcqun0",
            "title": "C.L.U.",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://cdn.rocksky.app/covers/63360b10d432172851381d0c83c9f3cb.jpg",
            "album": "TRON: Legacy - The Complete Edition (Original Motion Picture Soundtrack)",
            "trackNumber": 18,
            "duration": 279359,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": null,
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "950f91e8f102fe5f5eb72df27b42422a83c438837d9d5dfa66e99e9052d622b6",
            "discNumber": 1,
            "lyrics": null,
            "composer": "Thomas Bangalter, Guy-Manuel de Homem-Christo",
            "genre": null,
            "label": null,
            "copyrightMessage": "℗ 2010 Walt Disney Records",
            "uri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.song/3lhtyugceps2h",
            "albumUri": null,
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-02-10T20:13:29.019Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 7,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_cvfeemop5g8qrsvkpleg",
            "title": "Outlands",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://cdn.rocksky.app/covers/47a07456876f935372aa45ae3cb6877d.jpg",
            "album": "TRON: Legacy - The Complete Edition (Original Motion Picture Soundtrack)",
            "trackNumber": 9,
            "duration": 162000,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": null,
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "e9aac785a3e24d3d943261fa061b920b90a583a126edd7986fbd86fb3f965de4",
            "discNumber": 1,
            "lyrics": null,
            "composer": "Thomas Bangalter, Guy-Manuel de Homem-Christo",
            "genre": null,
            "label": null,
            "copyrightMessage": "℗ 2010 Walt Disney Records",
            "uri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.song/3lky5yujbpc2r",
            "albumUri": null,
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-03-22T16:37:47.734Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 3,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_d00usga3cr39j8ie4i90",
            "title": "Get Lucky (Drumless Edition) (ft. Pharrell Williams and Nile Rodgers)",
            "artist": "Daft Punk, Pharrell Williams, Nile Rodgers",
            "albumArtist": "Daft Punk",
            "albumArt": "https://i.scdn.co/image/ab67616d0000b2739a88ea6c9da8bba49d38f28e",
            "album": "Random Access Memories (Drumless Edition)",
            "trackNumber": 8,
            "duration": 369746,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": "https://open.spotify.com/track/2jyjdujFPnzqtCr3229yls",
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "fa4aaf0bdef546b70b1441637700e2212945a38256b78297abff1196c3723c46",
            "discNumber": 1,
            "lyrics": null,
            "composer": null,
            "genre": null,
            "label": "Legacy Recordings",
            "copyrightMessage": null,
            "uri": "at://did:plc:fgvx5xqinqoqgpfhito5er3s/app.rocksky.song/3ln2xuul3dk2e",
            "albumUri": null,
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-04-18T06:16:33.391Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 6,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_d0mer5tqrj63m7dqdn80",
            "title": "Contact",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:oin4mkn64lxd446uu2yzwrmt/bafkreiafwbohry2mpb4fzlhpg37nhui6qqfojt427sqhhi7qd2hvn4dzra@jpeg",
            "album": "Random Access Memories (10th Anniversary Edition)",
            "trackNumber": 13,
            "duration": 383626,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": "https://open.spotify.com/track/5pHSnKStU4XLB6y03b1c1W",
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "d24fe72fa466db3d3f149e7c9723c50a91d1ade1eefbf261e17fe57a2f14d4f1",
            "discNumber": 1,
            "lyrics": null,
            "composer": null,
            "genre": null,
            "label": null,
            "copyrightMessage": null,
            "uri": "at://did:plc:oin4mkn64lxd446uu2yzwrmt/app.rocksky.song/3lpmya73xok2i",
            "albumUri": "at://did:plc:oin4mkn64lxd446uu2yzwrmt/app.rocksky.album/3lpmxl7hlt22i",
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-05-20T21:01:11.888Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 3,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_d0mes2dqrj63m7dqdn9g",
            "title": "Horizon (Japan CD)",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:oin4mkn64lxd446uu2yzwrmt/bafkreiafwbohry2mpb4fzlhpg37nhui6qqfojt427sqhhi7qd2hvn4dzra@jpeg",
            "album": "Random Access Memories (10th Anniversary Edition)",
            "trackNumber": 2,
            "duration": 262560,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": "https://open.spotify.com/track/6iZRqJjpbOVEv4mFTpqg1d",
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "99177e3598b60fbbb5b6f955e8774f90715590e600a1682abe796dc169db7b86",
            "discNumber": 2,
            "lyrics": null,
            "composer": null,
            "genre": null,
            "label": null,
            "copyrightMessage": null,
            "uri": "at://did:plc:oin4mkn64lxd446uu2yzwrmt/app.rocksky.song/3lpmydi7w622i",
            "albumUri": "at://did:plc:oin4mkn64lxd446uu2yzwrmt/app.rocksky.album/3lpmxl7hlt22i",
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-05-20T21:03:05.992Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 3,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_d0meshdqrj63m7dqdnbg",
            "title": "GLBTM (Studio Outtakes)",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:oin4mkn64lxd446uu2yzwrmt/bafkreiafwbohry2mpb4fzlhpg37nhui6qqfojt427sqhhi7qd2hvn4dzra@jpeg",
            "album": "Random Access Memories (10th Anniversary Edition)",
            "trackNumber": 3,
            "duration": 381666,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": "https://open.spotify.com/track/6QxktTtoOGxB8vrD7LQjm5",
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "a8b42ef99754db8f9c472397355712c7b7a719d3ec2e2b995cf13db318a8a2b4",
            "discNumber": 2,
            "lyrics": null,
            "composer": null,
            "genre": null,
            "label": null,
            "copyrightMessage": null,
            "uri": "at://did:plc:oin4mkn64lxd446uu2yzwrmt/app.rocksky.song/3lpmyfeb2q22i",
            "albumUri": "at://did:plc:oin4mkn64lxd446uu2yzwrmt/app.rocksky.album/3lpmxl7hlt22i",
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-05-20T21:04:05.524Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 3,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_d0met0lqrj63m7dqdnd0",
            "title": "Infinity Repeating (2013 Demo) [feat. Julian Casablancas+The Voidz]",
            "artist": "Daft Punk, Julian Casablancas, The Voidz",
            "albumArtist": "Daft Punk",
            "albumArt": "https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:oin4mkn64lxd446uu2yzwrmt/bafkreiafwbohry2mpb4fzlhpg37nhui6qqfojt427sqhhi7qd2hvn4dzra@jpeg",
            "album": "Random Access Memories (10th Anniversary Edition)",
            "trackNumber": 4,
            "duration": 239213,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": "https://open.spotify.com/track/4r4fX4NZIqVIhGyDvERp0l",
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "cb81b472f1bd946da9bfe61f70e33098946ea2bf20af43858e4c6aca7f9f8f0a",
            "discNumber": 2,
            "lyrics": null,
            "composer": null,
            "genre": null,
            "label": null,
            "copyrightMessage": null,
            "uri": "at://did:plc:oin4mkn64lxd446uu2yzwrmt/app.rocksky.song/3lpmyh3bnls2i",
            "albumUri": "at://did:plc:oin4mkn64lxd446uu2yzwrmt/app.rocksky.album/3lpmxl7hlt22i",
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-05-20T21:05:06.007Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 3,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_cul5sm365asp6a7qlggg",
            "title": "Da Funk",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://i.scdn.co/image/ab67616d0000b2738ac778cc7d88779f74d33311",
            "album": "Homework",
            "trackNumber": 4,
            "duration": 328680,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": "https://open.spotify.com/track/0MyY4WcN7DIfbSmp5yej5z",
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "2f752ddffd59ef2fedb67b4d28f58d087a035bc2ab66c05a467b00e53453efa7",
            "discNumber": 1,
            "lyrics": null,
            "composer": "Guy-Manuel de Homem-Christo, Thomas Bangalter",
            "genre": null,
            "label": "Daft Life Ltd./ADA France",
            "copyrightMessage": "Distributed exclusively by Warner Music France / ADA France, ℗ 1996 Daft Life Ltd.",
            "uri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.song/3lhtyxpwgtc2h",
            "albumUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.album/3lhtyoyifd22h",
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-02-10T20:15:20.080Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 11,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_cul60ipqrq3dt0q90fc0",
            "title": "Instant Crush (feat. Julian Casablancas)",
            "artist": "Daft Punk, Julian Casablancas",
            "albumArtist": "Daft Punk",
            "albumArt": "https://i.scdn.co/image/ab67616d0000b2739b9b36b0e22870b9f542d937",
            "album": "Random Access Memories",
            "trackNumber": 5,
            "duration": 337560,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": "https://open.spotify.com/track/2cGxRwrMyEAp8dEbuZaVv6",
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "7a7ab7e1df33eaface8ff191b9e09f63effe5126b1dbd8cfa95597ee1b0134b9",
            "discNumber": 1,
            "lyrics": "[00:26.54] I didn't want to be the one to forget\n[00:30.99] I thought of everything I'd never regret\n[00:35.32] A little time with you is all that I get\n[00:39.65] That's all we need because it's all we can take\n[00:44.08] One thing I never see the same when your 'round\n[00:48.35] I don't believe in him, his lips on the ground\n[00:52.73] I wanna take you to that place in the \"Roche\"\n[00:57.03] But no one gives us any time anymore\n[01:01.58] He asked me once if I'd look in on his dog\n[01:05.85] You made an offer for it, then you ran off\n[01:10.25] I got this picture of us, gets in my head\n[01:14.67] And all I hear is the last thing that you said\n[01:18.42] \"I listened to your problems\n[01:20.51] Now listen to mine\"\n[01:22.21] I didn't want to anymore, oh oh oh\n[01:28.14] And we will never be alone again\n[01:30.36] 'Cause it doesn't happen every day\n[01:32.52] Kinda counted on you being a friend\n[01:34.72] Can I give it up or give it away?\n[01:36.93] Now I thought about what I wanna say\n[01:39.11] But I never really know where to go\n[01:41.27] So I chained myself to a friend\n[01:43.42] 'Cause I know it unlocks like a door\n[01:45.63] And we will never be alone again\n[01:47.83] 'Cause it doesn't happen every day\n[01:49.98] Kinda counted on you being a friend\n[01:52.15] Can I give it up or give it away?\n[01:54.39] Now I thought about what I wanna say\n[01:56.64] But I never really know where to go\n[01:58.79] So I chained myself to a friend\n[02:01.57] Some more again\n[02:06.38] \n[02:11.38] It didn't matter what they wanted to see\n[02:15.68] He thought he saw someone that looked just like me\n[02:20.00] That summer memory that just never dies\n[02:24.44] We worked too long and hard to give it no time\n[02:28.87] He sees right through me, it's so easy with lies\n[02:33.06] Cracks in the road that I would try and disguise\n[02:37.56] He runs his scissors at the seem in the wall\n[02:41.91] He cannot break it down or else he would fall\n[02:46.24] One thousand lonely stars hiding in the cold\n[02:55.22] Take it, I don't wanna sing anymore\n[03:04.20] \n[03:20.67] \"I listened to your problems\n[03:22.81] Now listen to mine\"\n[03:24.55] I didn't want to anymore, oh oh oh\n[03:30.38] And we will never be alone again\n[03:32.53] 'Cause it doesn't happen every day\n[03:34.79] Kinda counted on you being a friend\n[03:36.95] Can I give it up or give it away?\n[03:39.16] Now I thought about what I wanna say\n[03:41.31] But I never really know where to go\n[03:43.48] So I chained myself to a friend\n[03:45.67] 'Cause I know it unlocks like a door\n[03:47.89] And we will never be alone again\n[03:50.01] 'Cause it doesn't happen every day\n[03:52.20] Kinda counted on you being a friend\n[03:54.42] Can I give it up or give it away?\n[03:56.69] Now I thought about what I wanna say\n[03:58.86] But I never really know where to go\n[04:00.92] So I chained myself to a friend\n[04:03.13] 'Cause I know it unlocks like a door\n[04:05.55] I don't understand, don't get upset\n[04:10.00] I'm not with you\n[04:13.31] We're swimming around\n[04:16.74] It's all I do, when I'm with you\n[04:22.70] And we will never be alone again\n[04:24.95] 'Cause it doesn't happen every day\n[04:27.13] Kinda counted on you being a friend\n[04:29.38] Can I give it up or give it away?\n[04:31.51] Now I thought about what I wanna say\n[04:33.74] But I never really know where to go\n[04:35.82] So I chained myself to a friend\n[04:38.03] 'Cause I know it unlocks like a door\n[04:40.21] And we will never be alone again\n[04:42.44] 'Cause it doesn't happen every day\n[04:44.68] Kinda counted on you being a friend\n[04:46.80] Can I give it up or give it away?\n[04:49.08] Now I thought about what I wanna say\n[04:51.19] But I never really know where to go\n[04:53.36] So I chained myself to a friend\n[04:55.55] 'Cause I know it unlocks like a door\n[04:57.09] ",
            "composer": "Julian Casablancas, Thomas Bangalter, Guy-Manuel de Homem-Christo",
            "genre": null,
            "label": "Columbia",
            "copyrightMessage": "(P) 2013 Daft Life Limited under exclusive license to Columbia Records, a Division of Sony Music Entertainment",
            "uri": "at://did:plc:x5ul6rydkzoea2qussnuducx/app.rocksky.song/3lmkatflpr22k",
            "albumUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.album/3lhlkzzimck2k",
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-02-10T20:23:39.935Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 10,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_cvfedcop5g8qrsvkpl4g",
            "title": "Touch (feat. Paul Williams)",
            "artist": "Daft Punk, Paul Williams",
            "albumArtist": "Daft Punk",
            "albumArt": "https://i.scdn.co/image/ab67616d0000b2739b9b36b0e22870b9f542d937",
            "album": "Random Access Memories",
            "trackNumber": 7,
            "duration": 498960,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": "https://open.spotify.com/track/7oaEjLP2dTJLJsITbAxTOz",
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "8b991cdb30781ca068fe528f311e1e94fb8a41c92d2690d7ef0173b35a6785d1",
            "discNumber": 1,
            "lyrics": "[00:46.86] Touch, touch\n[00:55.73] I remember touch\n[01:02.34] Touch, touch\n[01:12.64] I remember touch\n[01:17.52] Where do I belong?\n[01:23.07] Touch, I need something more\n[01:32.28] I remember touch\n[01:35.30] I need something more in my mind\n[01:41.70] \n[01:50.04] Touch, I remember touch\n[01:55.30] Pictures came with touch\n[01:58.77] A painter in my mind\n[02:02.16] Tell me what you see\n[02:05.57] A tourist in a dream\n[02:08.37] A visitor, it seems\n[02:11.83] A half-forgotten song\n[02:15.70] Where do I belong?\n[02:21.03] Tell me what you see\n[02:23.91] I need something more\n[02:31.22] Kiss, suddenly alive\n[02:34.53] Happiness arrive\n[02:36.54] Hunger like a storm\n[02:38.45] How do I begin?\n[02:40.31] A room within a room\n[02:42.26] A door behind a door\n[02:44.78] Touch, where do you lead?\n[02:46.56] I need something more\n[02:50.99] Tell me what you see\n[02:53.07] I need something more\n[02:56.31] \n[04:28.36] Home, hold on, if love is the answer, you're home\n[04:38.18] Hold on, if love is the answer, you're home\n[04:46.04] Hold on, if love is the answer, you're home\n[04:54.02] Hold on, if love is the answer, you're home\n[05:01.82] Hold on, if love is the answer, you're home\n[05:09.78] Hold on, if love is the answer, you're home\n[05:17.57] Hold on, if love is the answer, you're home\n[05:25.64] Hold on, if love is the answer, you're-\n[05:34.01] \n[06:40.76] Hold on, if love is the answer, you're home\n[06:48.45] Hold on, if love is the answer, you're home\n[06:56.24] Hold on, if love is the answer, you're home\n[07:04.30] Hold on, if love is the answer, you're home\n[07:12.16] Hold on, if love is the answer, you're home\n[07:20.01] Hold on, if love is the answer, you're home\n[07:28.07] Hold on, if love is the answer, you're home\n[07:36.13] Hold on, if love is the answer, you're-\n[07:44.58] Touch, sweet touch\n[07:48.61] You've given me too much to feel\n[07:53.04] Sweet touch\n[07:55.62] You've almost convinced me I'm real\n[08:01.51] I need something more\n[08:04.26] I need something more\n[08:09.96] ",
            "composer": "Guy-Manuel de Homem-Christo, Chris Caswell, Thomas Bangalter, Paul Williams",
            "genre": null,
            "label": "Columbia",
            "copyrightMessage": "(P) 2013 Daft Life Limited under exclusive license to Columbia Records, a Division of Sony Music Entertainment",
            "uri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.song/3lky5tu2dds2r",
            "albumUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.album/3lhlkzzimck2k",
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-03-22T16:34:59.612Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 6,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_cul5ul9qrq3dt0q90590",
            "title": "Get Lucky (feat. Pharrell Williams and Nile Rodgers)",
            "artist": "Daft Punk, Pharrell Williams, Nile Rodgers",
            "albumArtist": "Daft Punk",
            "albumArt": "https://i.scdn.co/image/ab67616d0000b2739b9b36b0e22870b9f542d937",
            "album": "Random Access Memories",
            "trackNumber": 8,
            "duration": 369626,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": "https://open.spotify.com/track/69kOkLUCkxIZYexIgSG8rq",
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "8030f0badd26c72a9e20023979c30670f76498d958b6612d36351009ec5f3325",
            "discNumber": 1,
            "lyrics": "[00:31.50] Like the legend of the phoenix, huh\n[00:35.84] All ends with beginnings\n[00:39.91] What keeps the planet spinning, ah\n[00:44.31] The force from the beginning, hm, look\n[00:49.68] We've come too far\n[00:53.00] To give up who we are\n[00:57.65] So let's raise the bar\n[01:01.25] And our cups to the stars\n[01:06.25] She's up all night 'til the sun\n[01:08.55] I'm up all night to get some\n[01:10.68] She's up all night for good fun\n[01:12.62] I'm up all night to get lucky\n[01:14.72] We're up all night 'til the sun\n[01:16.73] We're up all night to get some\n[01:18.98] We're up all night for good fun\n[01:20.93] We're up all night to get lucky\n[01:23.00] We're up all night to get lucky\n[01:24.92] We're up all night to get lucky\n[01:27.13] We're up all night to get lucky\n[01:29.28] We're up all night to get lucky\n[01:32.75] \n[01:38.07] The present has no ribbon\n[01:42.25] Your gift keeps on giving\n[01:46.59] What is this I'm feeling?\n[01:50.53] If you wanna leave I'm with it, ah\n[01:56.07] We've come too far\n[01:59.16] To give up who we are\n[02:03.65] So let's raise the bar\n[02:07.53] And our cups to the stars\n[02:12.65] She's up all night 'til the sun\n[02:14.74] I'm up all night to get some\n[02:16.80] She's up all night for good fun\n[02:18.97] I'm up all night to get lucky\n[02:20.97] We're up all night 'til the sun\n[02:23.01] We're up all night to get some\n[02:25.19] We're up all night for good fun\n[02:27.16] We're up all night to get lucky\n[02:29.21] We're up all night to get lucky\n[02:31.13] We're up all night to get lucky\n[02:33.31] We're up all night to get lucky\n[02:35.48] We're up all night to get lucky\n[02:37.29] She's up all night 'til the sun\n[02:39.69] I'm up all night to get some\n[02:41.69] She's up all night for good fun\n[02:43.52] I'm up all night to get lucky\n[02:45.83] We're up all night 'til the sun\n[02:47.78] We're up all night to get some\n[02:49.85] We're up all night for good fun\n[02:51.84] We're up all night to get lucky\n[02:54.10] We're up all night to get lucky\n[02:56.19] We're up all night to get lucky\n[02:58.32] We're up all night to get lucky\n[03:00.38] We're up all night to get lucky\n[03:02.25] She's up all night 'til the sun\n[03:04.42] I'm up all night to get some\n[03:06.51] She's up all night for good fun\n[03:08.62] I'm up all night to get lucky\n[03:10.69] We're up all night 'til the sun\n[03:12.77] We're up all night to get some\n[03:14.75] We're up all night for good fun\n[03:16.74] We're up all night to get lucky\n[03:18.91] We're up all night to get lucky\n[03:20.95] We're up all night to get lucky\n[03:22.90] We're up all night to get lucky\n[03:25.08] We're up all night to get lucky\n[03:27.16] We're up all night to get-\n[03:29.38] We're up all night to get-\n[03:31.24] We're up all night to get-\n[03:33.48] We're up all night to get\n[03:35.42] We're up all night to get-\n[03:37.55] We're up all night to get-\n[03:39.56] We're up all night to get-\n[03:41.61] We're up all night to get-\n[03:43.35] We're up all night to get- (together)\n[03:45.75] We're up all night to get (let's get funked again)\n[03:47.53] We're up all night to get funky\n[03:50.08] We're up all night to get lucky\n[03:52.04] We're up all night to get lucky\n[03:54.19] We're up all night to get lucky\n[03:56.22] We're up all night to get lucky\n[03:58.14] We're up all night to get lucky\n[04:00.28] We're up all night to get lucky\n[04:02.25] We're up all night to get lucky\n[04:04.43] We're up all night to get lucky\n[04:06.43] We're up all night to get lucky\n[04:08.48] We've come too far\n[04:11.65] To give up who we are\n[04:15.95] So let's raise the bar\n[04:19.78] And our cups to the stars\n[04:24.82] She's up all night 'til the sun\n[04:27.11] I'm up all night to get some\n[04:29.21] She's up all night for good fun\n[04:31.24] I'm up all night to get lucky\n[04:33.46] We're up all night 'til the sun\n[04:35.42] We're up all night to get some\n[04:37.52] We're up all night for good fun\n[04:39.33] We're up all night to get lucky\n[04:41.51] We're up all night to get lucky\n[04:43.77] We're up all night to get lucky\n[04:45.73] We're up all night to get lucky\n[04:47.73] We're up all night to get lucky\n[04:49.83] We're up all night to get lucky\n[04:51.98] We're up all night to get lucky\n[04:54.05] We're up all night to get lucky\n[04:56.09] We're up all night to get lucky\n[04:58.25] We're up all night to get lucky\n[05:00.29] We're up all night to get lucky\n[05:02.37] We're up all night to get lucky\n[05:04.38] We're up all night to get lucky\n[05:06.48] We're up all night to get lucky\n[05:08.30] We're up all night to get lucky\n[05:10.43] We're up all night to get lucky\n[05:12.67] We're up all night to get lucky\n[05:13.66] ",
            "composer": "Thomas Bangalter, Guy-Manuel de Homem-Christo, Pharrell Williams, Nile Rodgers",
            "genre": null,
            "label": "Columbia",
            "copyrightMessage": "(P) 2013 Daft Life Limited under exclusive license to Columbia Records, a Division of Sony Music Entertainment",
            "uri": "at://did:plc:x5ul6rydkzoea2qussnuducx/app.rocksky.song/3lmkaxth2kc2k",
            "albumUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.album/3lhlkzzimck2k",
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-02-10T20:19:33.110Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 8,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_cvfef78b9piga3kvpcc0",
            "title": "Rectifier",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://cdn.rocksky.app/covers/47a07456876f935372aa45ae3cb6877d.jpg",
            "album": "TRON: Legacy - The Complete Edition (Original Motion Picture Soundtrack)",
            "trackNumber": 16,
            "duration": 134000,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": null,
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "2536ee347db9dca9d3c7d84a5f36624cf099bd3f6791ed040890d3d994a2b2a3",
            "discNumber": 1,
            "lyrics": null,
            "composer": "Thomas Bangalter, Guy-Manuel de Homem-Christo",
            "genre": null,
            "label": null,
            "copyrightMessage": "℗ 2010 Walt Disney Records",
            "uri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.song/3lky62t5gjc2r",
            "albumUri": null,
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-03-22T16:38:53.469Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 3,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_cul62a365asp6a7qm4h0",
            "title": "Make Love",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://cdn.rocksky.app/covers/d54f5b40ba5291b4e83fc5980126db4b.jpg",
            "album": "Human After All",
            "trackNumber": 5,
            "duration": 289726,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": null,
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "28dd2487c833e7644b708744bdf71606ebccdc42acc336b00a6d664f945e8dfb",
            "discNumber": 1,
            "lyrics": "[01:20.26] Love, Love, Make Love\n[01:26.94] Love, Love, Make Love\n[01:34.31] Love, Love, Make Love\n[01:41.65] Love, Love, Make Love\n[01:48.80] Make Love, Love, Make Love\n[01:55.98] Love, Love, Make Love\n[02:03.36] Make Love, Love, Make Love\n[02:10.68] Love, Love, Make Love\n[02:19.15] Make Love, Love, Make Love\n[02:24.78] Love, Love, Make Love\n[02:54.72] Love, Love, Make Love\n[03:00.95] Love, Love, Make Love\n[03:07.86] Make Love, Love, Make Love\n[03:15.21] Love, Love, Make Love\n[04:49.68] ",
            "composer": "",
            "genre": null,
            "label": null,
            "copyrightMessage": "Distributed exclusively by Warner Music France / ADA France, ℗ 2005 Daft Life Ltd.",
            "uri": null,
            "albumUri": null,
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-02-10T20:27:20.201Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 6,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_d00us0q3cr39j8ie4i50",
            "title": "Give Life Back to Music (Drumless Edition)",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://i.scdn.co/image/ab67616d0000b2739a88ea6c9da8bba49d38f28e",
            "album": "Random Access Memories (Drumless Edition)",
            "trackNumber": 1,
            "duration": 275520,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": "https://open.spotify.com/track/3HmKTOTV4sxvQocdkDdb0u",
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "2a786a2e45e3c1fc33e6b39653593633bb655d2dc5ffb0f713dd4a7e2dd50c56",
            "discNumber": 1,
            "lyrics": null,
            "composer": null,
            "genre": null,
            "label": "Legacy Recordings",
            "copyrightMessage": null,
            "uri": "at://did:plc:fgvx5xqinqoqgpfhito5er3s/app.rocksky.song/3ln2xszdl3k2p",
            "albumUri": null,
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-04-18T06:15:31.123Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 6,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_cvfeg40p5g8qrsvkpm00",
            "title": "Reflections",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://cdn.rocksky.app/covers/47a07456876f935372aa45ae3cb6877d.jpg",
            "album": "TRON: Legacy - The Complete Edition (Original Motion Picture Soundtrack)",
            "trackNumber": 28,
            "duration": 161000,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": null,
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "2dcea301ae189dfd8c29e4e93f8cb6e4c0c1f5ecf12e38ee0d17dcd9c285ed48",
            "discNumber": 1,
            "lyrics": null,
            "composer": "Thomas Bangalter, Guy-Manuel de Homem-Christo",
            "genre": null,
            "label": null,
            "copyrightMessage": "℗ 2010 Walt Disney Records",
            "uri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.song/3lky66aezvc2r",
            "albumUri": null,
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-03-22T16:40:48.387Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 3,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_cul5tgh8pmj2vqvcr28g",
            "title": "Encom Part II",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://cdn.rocksky.app/covers/63360b10d432172851381d0c83c9f3cb.jpg",
            "album": "TRON: Legacy - The Complete Edition (Original Motion Picture Soundtrack)",
            "trackNumber": 24,
            "duration": 136806,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": null,
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "2ea34fd4895bf185f0e28a790366d3a43b13a90ebbcf3e46d52a634cc8f53a92",
            "discNumber": 1,
            "lyrics": null,
            "composer": "Thomas Bangalter, Guy-Manuel de Homem-Christo",
            "genre": null,
            "label": null,
            "copyrightMessage": "℗ 2010 Walt Disney Records",
            "uri": null,
            "albumUri": null,
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-02-10T20:17:06.861Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 6,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        },
        {
            "id": "rec_d00usla3cr39j8ie4ic0",
            "title": "Motherboard (Drumless Edition)",
            "artist": "Daft Punk",
            "albumArtist": "Daft Punk",
            "albumArt": "https://i.scdn.co/image/ab67616d0000b2739a88ea6c9da8bba49d38f28e",
            "album": "Random Access Memories (Drumless Edition)",
            "trackNumber": 10,
            "duration": 341853,
            "mbId": null,
            "youtubeLink": null,
            "spotifyLink": "https://open.spotify.com/track/444SlMZ9mcxTHiB7J1H6IF",
            "appleMusicLink": null,
            "tidalLink": null,
            "sha256": "508d637d04e8b0b34ae8ae83e8ee5a5e9a54140a5799ed364254976d80f42a55",
            "discNumber": 1,
            "lyrics": null,
            "composer": null,
            "genre": null,
            "label": "Legacy Recordings",
            "copyrightMessage": null,
            "uri": "at://did:plc:fgvx5xqinqoqgpfhito5er3s/app.rocksky.song/3ln2xviltak2e",
            "albumUri": null,
            "artistUri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lhlkzyo5ms2k",
            "createdAt": "2025-04-18T06:16:53.869Z",
            "updatedAt": "2025-06-01T15:58:43.198Z",
            "xataVersion": 6,
            "_federation": {
                "indexUid": "tracks",
                "queriesPosition": 2,
                "weightedRankingScore": 1
            }
        }
    ],
    "processingTimeMs": 7,
    "limit": 20,
    "offset": 0,
    "estimatedTotalHits": 132
}
Modified at 2025-07-05 03:56:05
Previous
Get Several Tracks
Next
Get User's Liked Songs
Built with