v1

latestOpenAPI 3.0.32026-07-139687282.9 KB
Playlists

Get Playlist Cover Image

Get the current image associated with a specific playlist.

get/playlists/{playlist_id}/images

Path parameters

playlist_idstring required

The Spotify ID of the playlist.

Example:3cEYpjA9oz9GiPac4AsH4n

Response

A set of images

urlstring required

The source URL of the image.

heightinteger nullable required

The image height in pixels.

widthinteger nullable required

The image width in pixels.

Example response

[
  {
    "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
    "height": 300,
    "width": 300
  }
]