Skip to content
We are updating the criteria to be granted extended access to the Web API.
Please note that starting May 15, 2025 we’re introducing some changes to the way we provide Web API extended quota mode access. For more information, read here.
Web API •References / Albums / Check User's Saved Albums

Check User's Saved Albums

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

Authorization scopes

Request

  • ids
    string
    Required

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

    Example: ids=382ObEPsp2rxGrnsizN5TX,1A2GTWGtFfWp7KSQTwWOyo,2noRn2Aes5aoNVsU6iWThc

Response

Array of booleans

Example: [false,true]

Response sample

[false, true]