Record
get-recommendations-params
No description available.
record get-recommendations-params {
limit: option<s32>,
market: option<string>,
seed-artists: string,
seed-genres: string,
seed-tracks: string,
min-acousticness: option<f64>,
max-acousticness: option<f64>,
target-acousticness: option<f64>,
min-danceability: option<f64>,
max-danceability: option<f64>,
target-danceability: option<f64>,
min-duration-ms: option<s32>,
max-duration-ms: option<s32>,
target-duration-ms: option<s32>,
min-energy: option<f64>,
max-energy: option<f64>,
target-energy: option<f64>,
min-instrumentalness: option<f64>,
max-instrumentalness: option<f64>,
target-instrumentalness: option<f64>,
min-key: option<s32>,
max-key: option<s32>,
target-key: option<s32>,
min-liveness: option<f64>,
max-liveness: option<f64>,
target-liveness: option<f64>,
min-loudness: option<f64>,
max-loudness: option<f64>,
target-loudness: option<f64>,
min-mode: option<s32>,
max-mode: option<s32>,
target-mode: option<s32>,
min-popularity: option<s32>,
max-popularity: option<s32>,
target-popularity: option<s32>,
min-speechiness: option<f64>,
max-speechiness: option<f64>,
target-speechiness: option<f64>,
min-tempo: option<f64>,
max-tempo: option<f64>,
target-tempo: option<f64>,
min-time-signature: option<s32>,
max-time-signature: option<s32>,
target-time-signature: option<s32>,
min-valence: option<f64>,
max-valence: option<f64>,
target-valence: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| limit | option<s32> | |
| market | option<string> | |
| seed-artists | string | |
| seed-genres | string | |
| seed-tracks | string | |
| min-acousticness | option<f64> | |
| max-acousticness | option<f64> | |
| target-acousticness | option<f64> | |
| min-danceability | option<f64> | |
| max-danceability | option<f64> | |
| target-danceability | option<f64> | |
| min-duration-ms | option<s32> | |
| max-duration-ms | option<s32> | |
| target-duration-ms | option<s32> | |
| min-energy | option<f64> | |
| max-energy | option<f64> | |
| target-energy | option<f64> | |
| min-instrumentalness | option<f64> | |
| max-instrumentalness | option<f64> | |
| target-instrumentalness | option<f64> | |
| min-key | option<s32> | |
| max-key | option<s32> | |
| target-key | option<s32> | |
| min-liveness | option<f64> | |
| max-liveness | option<f64> | |
| target-liveness | option<f64> | |
| min-loudness | option<f64> | |
| max-loudness | option<f64> | |
| target-loudness | option<f64> | |
| min-mode | option<s32> | |
| max-mode | option<s32> | |
| target-mode | option<s32> | |
| min-popularity | option<s32> | |
| max-popularity | option<s32> | |
| target-popularity | option<s32> | |
| min-speechiness | option<f64> | |
| max-speechiness | option<f64> | |
| target-speechiness | option<f64> | |
| min-tempo | option<f64> | |
| max-tempo | option<f64> | |
| target-tempo | option<f64> | |
| min-time-signature | option<s32> | |
| max-time-signature | option<s32> | |
| target-time-signature | option<s32> | |
| min-valence | option<f64> | |
| max-valence | option<f64> | |
| target-valence | option<f64> |