tracks
Get recommended tracks using the given trending strategy version
get/tracks/recommended/{version}
Path parameters
versionstring required
The strategy version of trending to use
Query parameters
limitinteger
The number of items to fetch
genrestring
Filter trending to a specified genre
time'week' | 'month' | 'year' | 'allTime'
Calculate trending over a specified time range
exclusion_listinteger[]
List of track ids to exclude
user_idstring
The user ID of the user making the request
Response
Success
Example response
{
"data": [
{
"stream_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
},
"download_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
}
}
]
}