v1

latestOpenAPI 3.0.32026-07-148993228.8 KB
Shows
Library

Check User's Saved Shows

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

get/me/shows/contains

Query parameters

idsstring required

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

Example:5CfCWKI5pZ28U0uOzXkDHe,5as3aKmN2k11yfDDDSrvaZ

Response

Array of booleans

boolean[] required

Example response

[
  false,
  true
]