Skip to content
DocumentationAPI Reference

Check User's Saved Albums

GET/me/albums/contains

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

Query ParametersExpand Collapse
ids: string

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

Check User's Saved Albums

curl https://api.spotify.com/v1/me/albums/contains \
    -H "Authorization: Bearer $SPOTIFY_ACCESS_TOKEN"
[
  false,
  true
]
Returns Examples
[
  false,
  true
]