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

Check User's Saved Tracks

Check if one or more tracks 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 example: ids=4iV5W9uYEdYUVa79Axb7Rh,1301WleyT98MSxVHPZCA6M. Maximum: 50 IDs.

    Example: ids=7ouMYWpwJ422jRcDASZB7P,4VqPOruhp5EdPBeR92t6lQ,2takcwOaAZWiXQijPHIx7B

Response

Array of booleans

Example: [false,true]

Response sample

[false, true]