Player
📄️ Get Playback State
Get information about the user's current playback state, including track or episode, progress, and active device.
📄️ Transfer Playback
Transfer playback to a new device and optionally begin playback. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints.
📄️ Get Available Devices
Get information about a user's available Spotify Connect devices. Some device models are not supported and will not be listed in the API response.
📄️ Get Currently Playing Track
Get the object currently being played on the user's Spotify account.
📄️ Start/Resume Playback
Start a new context or resume current playback on the user's active device. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints.
📄️ Pause Playback
Pause playback on the user's account. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints.
📄️ Skip To Next
Skips to next track in the user's queue. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints.
📄️ Skip To Previous
Skips to previous track in the user's queue. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints.
📄️ Seek To Position
Seeks to the given position in the user's currently playing track. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints.
📄️ Set Repeat Mode
Set the repeat mode for the user's playback. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints.
📄️ Set Playback Volume
Set the volume for the user's current playback device. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints.
📄️ Toggle Playback Shuffle
Toggle shuffle on or off for user's playback. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints.
📄️ Get Recently Played Tracks
Get tracks from the current user's recently played tracks.
📄️ Get the User's Queue
Get the list of objects that make up the user's queue.
📄️ Add Item to Playback Queue
Add an item to be played next in the user's current playback queue. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints.