v1
latestOpenAPI 3.0.32026-07-139687282.9 KBPlayer
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/me/player/devices
Response
A set of devices
Example response
{
"devices": [
{
"name": "Kitchen speaker",
"type": "computer",
"volume_percent": 59
}
]
}