High tempo country
GET https://api.spotify.com/v1/recommendations?seed_genres=country&min_tempo=160&target_acousticness=0.9
This endpoint allows developers to get recommendations for tracks based on various parameters.
Request Parameters
Parameter | Type | Description |
---|
seed_genres | String | A comma-separated list of genres to use as seed for the recommendations |
min_tempo | Integer | The minimum tempo (in beats per minute) of the recommended tracks |
target_acousticness | Float | A value between 0.0 and 1.0 representing the target acousticness of the recommended tracks |
Request Params
Key | Datatype | Required | Description |
---|
seed_genres | string | | |
min_tempo | number | | |
target_acousticness | string | | |
Key | Datatype | Required | Description |
---|
Authorization | string | | |