Spotify/
1{
2 "devices": [
3 {
4 "id": "string",
5 "is_active": true,
6 "is_private_session": true,
7 "is_restricted": true,
8 "name": "Kitchen speaker",
9 "type": "computer",
10 "volume_percent": 59
11 }
12 ]
13}
The Spotify Get Available Devices Response Json is an example response of Spotify Get Available Devices API which get information about a user’s available devices.
The Spotify Get Available Devices Json API allows users to retrieve a list of devices that are available for playback. This API response includes information about the device type, name, and ID.
The response from the Json API will contain an array of objects, each representing a device. Each object will contain the device type, name, and ID. The device type can be either “Computer”, “Smartphone”, “Speaker”, or “TV”. The name is a user-defined name for the device, and the ID is a unique identifier for the device. The Json response also includes a “is_active” boolean field, which indicates whether the device is currently active.
Developed by
Episyche Technologies
Copyright © 2022-2024 Episyche Technologies. All rights reserved.
Based on JSON CRACK, by AykutSarac