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

ParameterTypeDescription
seed_genresStringA comma-separated list of genres to use as seed for the recommendations
min_tempoIntegerThe minimum tempo (in beats per minute) of the recommended tracks
target_acousticnessFloatA value between 0.0 and 1.0 representing the target acousticness of the recommended tracks

Request Params

KeyDatatypeRequiredDescription
seed_genresstring
min_temponumber
target_acousticnessstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring