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 / Episodes / Check User's Saved Episodes

Check User's Saved Episodes

Check if one or more episodes is already saved in the current Spotify user's 'Your Episodes' library.
This API endpoint is in beta and could change without warning. Please share any feedback that you have, or issues that you discover, in our developer community forum..

Authorization scopes

Request

  • ids
    string
    Required

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

    Example: ids=77o6BIVlYM3msb4MMIL1jH,0Q86acNRm6V9GYx55SXKwf

Response

Array of booleans

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

Response sample

[false, true]