Get Track
Get information about a track
Endpoint
Input
The trackId has to be based on the the Spotify Track Id. You can get this id using the SpotifyAPI or by using the Spotify Web Player.
| Prop | Type | Default |
|---|---|---|
trackId | string | - |
Query Params
| Prop | Type | Default |
|---|---|---|
include? | "audio_features" | - |
Output
| Prop | Type | Default |
|---|---|---|
duration | number | - |
popularity | number | - |
imageUrl | string | - |
isrc | string | - |
artist | string | - |
albumId | string | - |
album | string | - |
name | string | - |
trackId | string | - |