v1
latestOpenAPI 3.0.32026-07-139687282.9 KBTracks
Get Track's Audio Features
Get audio feature information for a single track identified by its unique Spotify ID.
get/audio-features/{id}
Path parameters
idstring required
The Spotify ID for the track.
Example:11dFghVXANMlKmJXsNCbNl
Response
Audio features for one track
Example response
{
"acousticness": 0.00242,
"analysis_url": "https://api.spotify.com/v1/audio-analysis/2takcwOaAZWiXQijPHIx7B\n",
"danceability": 0.585,
"duration_ms": 237040,
"energy": 0.842,
"id": "2takcwOaAZWiXQijPHIx7B",
"instrumentalness": 0.00686,
"key": 9,
"liveness": 0.0866,
"loudness": -5.883,
"speechiness": 0.0556,
"tempo": 118.211,
"time_signature": 4,
"track_href": "https://api.spotify.com/v1/tracks/2takcwOaAZWiXQijPHIx7B\n",
"uri": "spotify:track:2takcwOaAZWiXQijPHIx7B",
"valence": 0.428
}