tracks
Gets the tracks found on the "Most Loved" smart playlist
get/tracks/most_loved
Query parameters
user_idstring
The user ID of the user making the request
limitinteger
Number of tracks to fetch
with_usersboolean
Boolean to include user info with tracks
Response
Success
Example response
{
"data": [
{
"stream_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
},
"download_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
}
}
]
}