v1

latestOpenAPI 3.0.32026-07-148993228.8 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

heightinteger nullable required

The image height in pixels.

urlstring required

The source URL of the image.

widthinteger nullable required

The image width in pixels.

Example response

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