tracks
Gets weekly trending winners from the trending_results table. Returns track objects for the specified week. Defaults to the most recent week with data when no week is provided.
get/tracks/trending/winners
Query parameters
weekstring date
Target week in YYYY-MM-DD format. Defaults to the most recent week with data.
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
}
]
}
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.