Wasm Directoryalpha
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

NameTypeDescription
limitoption​<s32>
marketoption​<string>
seed-artistsstring
seed-genresstring
seed-tracksstring
min-acousticnessoption​<f64>
max-acousticnessoption​<f64>
target-acousticnessoption​<f64>
min-danceabilityoption​<f64>
max-danceabilityoption​<f64>
target-danceabilityoption​<f64>
min-duration-msoption​<s32>
max-duration-msoption​<s32>
target-duration-msoption​<s32>
min-energyoption​<f64>
max-energyoption​<f64>
target-energyoption​<f64>
min-instrumentalnessoption​<f64>
max-instrumentalnessoption​<f64>
target-instrumentalnessoption​<f64>
min-keyoption​<s32>
max-keyoption​<s32>
target-keyoption​<s32>
min-livenessoption​<f64>
max-livenessoption​<f64>
target-livenessoption​<f64>
min-loudnessoption​<f64>
max-loudnessoption​<f64>
target-loudnessoption​<f64>
min-modeoption​<s32>
max-modeoption​<s32>
target-modeoption​<s32>
min-popularityoption​<s32>
max-popularityoption​<s32>
target-popularityoption​<s32>
min-speechinessoption​<f64>
max-speechinessoption​<f64>
target-speechinessoption​<f64>
min-tempooption​<f64>
max-tempooption​<f64>
target-tempooption​<f64>
min-time-signatureoption​<s32>
max-time-signatureoption​<s32>
target-time-signatureoption​<s32>
min-valenceoption​<f64>
max-valenceoption​<f64>
target-valenceoption​<f64>