Skip to content
Announcement:REMINDER : We are updating the criteria to be granted extended access to the Web API.
Submit your extended quota mode application by May 15th. For more information, read here.
Web APIReferences / Shows / Check User's Saved Shows

Check User's Saved Shows

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

Authorization scopes

Request

  • ids
    string
    Required

    A comma-separated list of the Spotify IDs for the shows. Maximum: 50 IDs.

    Example: ids=5CfCWKI5pZ28U0uOzXkDHe,5as3aKmN2k11yfDDDSrvaZ

Response

Array of booleans

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

Response sample

[false, true]