Web API •References / Player / Get Available Devices
Get Available Devices
Get information about a user’s available devices.
Authorization scopes
Read your currently playing content and Spotify Connect devices information.
Request
GET
/me/player/devices
Response
A set of devices
- Required
- idstringNullable
The device ID.
- is_activeboolean
If this device is the currently active device.
- is_private_sessionboolean
If this device is currently in a private session.
- is_restrictedboolean
Whether controlling this device is restricted. At present if this is "true" then no Web API commands will be accepted by this device.
- namestring
A human-readable name for the device. Some devices have a name that the user can configure (e.g. "Loudest speaker") and some devices have a generic name associated with the manufacturer or device model.
Example value:"Kitchen speaker"
- typestring
Device type, such as "computer", "smartphone" or "speaker".
Example value:"computer"
- volume_percentintegerNullable
The current volume in percent.
Example value:59
Range:0
-100