Skip to content
Announcement: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 APIReferences / Audiobooks / Check User's Saved Audiobooks

Check User's Saved Audiobooks

Check if one or more audiobooks are already saved in the current Spotify user's library.

Authorization scopes

Request

  • ids
    string
    Required

    A comma-separated list of the Spotify IDs. For example: ids=18yVqkdbdRvS24c0Ilj2ci,1HGw3J3NxZO1TP1BTtVhpZ. Maximum: 50 IDs.

    Example: ids=18yVqkdbdRvS24c0Ilj2ci,1HGw3J3NxZO1TP1BTtVhpZ,7iHfbu1YPACw6oZPAFJtqe

Response

Array of booleans

Example: [false,true]
endpointhttps://api.spotify.com/v1/me/audiobooks/containsids

Response sample

[false, true]