tracks
Gets the tracks found on the "Under the Radar" smart playlist
get/tracks/under_the_radar
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
filter'all' | 'repost' | 'original'
Filters for activity that is original vs reposts
tracks_onlyboolean
Whether to only include tracks
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
}
]
}
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.