Skip to content
Web APIReferences / Playlists / Get Playlist Cover Image

Get Playlist Cover Image

Get the current image associated with a specific playlist.

Important policy notes

Request

  • playlist_id
    string
    Required

    The Spotify ID of the playlist.

    Example: 3cEYpjA9oz9GiPac4AsH4n

Response

A set of images

  • url
    string
    Required

    The source URL of the image.

    Example: "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228"
  • height
    integer
    Required
    Nullable

    The image height in pixels.

    Example: 300
  • width
    integer
    Required
    Nullable

    The image width in pixels.

    Example: 300