Albums
Library

Check User's Saved Albums

Check if one or more albums is already saved in the current Spotify user's 'Your Music' library.

Note: This endpoint is deprecated. Use Check User's Saved Items instead.

get/me/albums/contains

Query parameters

idsstring required

A comma-separated list of the Spotify IDs for the albums. Maximum: 20 IDs.

Example:382ObEPsp2rxGrnsizN5TX,1A2GTWGtFfWp7KSQTwWOyo,2noRn2Aes5aoNVsU6iWThc

Response

Array of booleans

boolean[] required

Example response

[
  false,
  true
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.