Explore
GET https://api.spotify.com/v1/recommendations?seed_genres=pop&min_tempo=160
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
seed_genres | string | lower case, comma separated. | |
min_tempo | number | BPM. No defined range. | |
min_acousticness | string | 0-1 | |
min_danceability | null | 0-1 | |
min_popularity | null | 0-100 | |
min_liveness | string | 0-1 | |
min_valence | null | 0-1 |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |