tracks
Gets the top 100 trending (most popular) tracks on Audius using a given trending strategy version
get/tracks/trending/{version}
Path parameters
versionstring required
The strategy version of trending to use
Query parameters
offsetinteger
The number of items to skip. Useful for pagination (page number * limit)
limitinteger
The number of items to fetch
user_idstring
The user ID of the user making the request
genrestring
Filter trending to a specified genre
time'week' | 'month' | 'year' | 'allTime'
Calculate trending over a specified time range
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.