Rocksky
    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
      • likes
        • Get User's Liked Songs
    • Schemas
      • User
      • Album
      • Artist
      • Track
      • Scrobble

    Track

    {
        "id": "string",
        "title": "string",
        "artist": "string",
        "album_artist": "string",
        "album_art": "string",
        "album": "string",
        "track_number": 0,
        "duration": 0,
        "sha256": "string",
        "disc_number": 0,
        "uri": "string",
        "artist_uri": "string",
        "album_uri": "string",
        "created_at": "string",
        "play_count": 0,
        "unique_listeners": 0,
        "tags": [
            "string"
        ],
        "lyrics": "string",
        "label": "string",
        "copyright_message": "string"
    }
    Built with