Get Trending Winners
GET/tracks/trending/winners
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.
Request
Query Parameters
Target week in YYYY-MM-DD format. Defaults to the most recent week with data.
The user ID of the user making the request
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
- tip_gate
- follow_gate
- purchase_gate
- token_gate
Array [
]
- tip_gate
- follow_gate
- purchase_gate
- token_gate
Array [
]
]
version
object
required
data
object[]
artwork
object
required
remix_of
object
required
tracks
object[]
user
object
required
artist_coin_badge
object
required
The coin symbol/ticker
cover_photo
object
profile_picture
object
The user's Ethereum wallet address for their account
cover_photo_cids
object
profile_picture_cids
object
playlist_library
object
contents
object[]
user
object
required
artist_coin_badge
object
required
The coin symbol/ticker
cover_photo
object
profile_picture
object
The user's Ethereum wallet address for their account
cover_photo_cids
object
profile_picture_cids
object
playlist_library
object
contents
object[]
album_backlink
object
access
object
required
The blocknumber this track was last updated
cover_art_cids
object
field_visibility
object
required
followee_reposts
object[]
required
followee_favorites
object[]
required
stem_of
object
track_segments
object[]
required
ddex_release_ids
object
artists
object[]
resource_contributors
object[]
nullable
Possible values: non-empty
Contributor name
Possible values: >= 1
Contributor roles
Sequence number for ordering
indirect_resource_contributors
object[]
nullable
Possible values: non-empty
Contributor name
Possible values: >= 1
Contributor roles
Sequence number for ordering
rights_controller
object
nullable
DDEX rights controller
Possible values: non-empty
Possible values: >= 1
Optional
copyright_line
object
nullable
Possible values: >= 4 characters and <= 4 characters
Copyright year (4 characters)
Possible values: non-empty
Copyright text
producer_copyright_line
object
nullable
Possible values: >= 4 characters and <= 4 characters
Copyright year (4 characters)
Possible values: non-empty
Copyright text
Whether or not the owner has restricted streaming behind an access gate
stream_conditions
object
oneOf
Must tip the given user ID to unlock
Must follow the given user ID to unlock
usdc_purchase
object
required
Must pay the total price and split to the given addresses to unlock
The price in USDC needed to unlock
splits
object[]
required
token_gate
object
required
Must hold an NFT of the given collection to unlock
The mint of the token needed to unlock
The amount of the token needed to unlock
Whether or not the owner has restricted downloading behind an access gate
download_conditions
object
oneOf
Must tip the given user ID to unlock
Must follow the given user ID to unlock
usdc_purchase
object
required
Must pay the total price and split to the given addresses to unlock
The price in USDC needed to unlock
splits
object[]
required
token_gate
object
required
Must hold an NFT of the given collection to unlock
The mint of the token needed to unlock
The amount of the token needed to unlock
Indicates whether the track is owned by the user for MRI sake
stream
object
required
download
object
required
preview
object
required
{
"latest_chain_block": 0,
"latest_indexed_block": 0,
"latest_chain_slot_plays": 0,
"latest_indexed_slot_plays": 0,
"signature": "string",
"timestamp": "string",
"version": {
"service": "string",
"version": "string"
},
"data": [
{
"artwork": {
"150x150": "string",
"480x480": "string",
"1000x1000": "string",
"mirrors": [
"string"
]
},
"description": "string",
"genre": "string",
"id": "string",
"track_cid": "string",
"preview_cid": "string",
"orig_file_cid": "string",
"orig_filename": "string",
"is_original_available": true,
"mood": "string",
"release_date": "2026-02-21",
"remix_of": {
"tracks": [
{
"parent_track_id": "string",
"user": {
"album_count": 0,
"artist_pick_track_id": "string",
"artist_coin_badge": {
"mint": "string",
"logo_uri": "string",
"banner_image_url": "string",
"ticker": "string"
},
"coin_flair_mint": "string",
"bio": "string",
"cover_photo": {
"640x": "string",
"2000x": "string",
"mirrors": [
"string"
]
},
"followee_count": 0,
"follower_count": 0,
"handle": "string",
"id": "string",
"is_verified": true,
"twitter_handle": "string",
"instagram_handle": "string",
"tiktok_handle": "string",
"verified_with_twitter": true,
"verified_with_instagram": true,
"verified_with_tiktok": true,
"website": "string",
"donation": "string",
"location": "string",
"name": "string",
"playlist_count": 0,
"profile_picture": {
"150x150": "string",
"480x480": "string",
"1000x1000": "string",
"mirrors": [
"string"
]
},
"repost_count": 0,
"track_count": 0,
"is_deactivated": true,
"is_available": true,
"erc_wallet": "string",
"spl_wallet": "string",
"spl_usdc_wallet": "string",
"spl_usdc_payout_wallet": "string",
"supporter_count": 0,
"supporting_count": 0,
"total_audio_balance": 0,
"wallet": "string",
"balance": "string",
"associated_wallets_balance": "string",
"total_balance": "string",
"waudio_balance": "string",
"associated_sol_wallets_balance": "string",
"blocknumber": 0,
"created_at": "string",
"is_storage_v2": true,
"creator_node_endpoint": "string",
"current_user_followee_follow_count": 0,
"does_current_user_follow": true,
"does_current_user_subscribe": true,
"does_follow_current_user": true,
"handle_lc": "string",
"updated_at": "string",
"cover_photo_sizes": "string",
"cover_photo_cids": {
"640x": "string",
"2000x": "string",
"mirrors": [
"string"
]
},
"cover_photo_legacy": "string",
"profile_picture_sizes": "string",
"profile_picture_cids": {
"150x150": "string",
"480x480": "string",
"1000x1000": "string",
"mirrors": [
"string"
]
},
"profile_picture_legacy": "string",
"has_collectibles": true,
"playlist_library": {
"contents": [
{}
]
},
"allow_ai_attribution": true,
"profile_type": "string"
},
"has_remix_author_reposted": true,
"has_remix_author_saved": true
}
]
},
"repost_count": 0,
"favorite_count": 0,
"comment_count": 0,
"tags": "string",
"title": "string",
"user": {
"album_count": 0,
"artist_pick_track_id": "string",
"artist_coin_badge": {
"mint": "string",
"logo_uri": "string",
"banner_image_url": "string",
"ticker": "string"
},
"coin_flair_mint": "string",
"bio": "string",
"cover_photo": {
"640x": "string",
"2000x": "string",
"mirrors": [
"string"
]
},
"followee_count": 0,
"follower_count": 0,
"handle": "string",
"id": "string",
"is_verified": true,
"twitter_handle": "string",
"instagram_handle": "string",
"tiktok_handle": "string",
"verified_with_twitter": true,
"verified_with_instagram": true,
"verified_with_tiktok": true,
"website": "string",
"donation": "string",
"location": "string",
"name": "string",
"playlist_count": 0,
"profile_picture": {
"150x150": "string",
"480x480": "string",
"1000x1000": "string",
"mirrors": [
"string"
]
},
"repost_count": 0,
"track_count": 0,
"is_deactivated": true,
"is_available": true,
"erc_wallet": "string",
"spl_wallet": "string",
"spl_usdc_wallet": "string",
"spl_usdc_payout_wallet": "string",
"supporter_count": 0,
"supporting_count": 0,
"total_audio_balance": 0,
"wallet": "string",
"balance": "string",
"associated_wallets_balance": "string",
"total_balance": "string",
"waudio_balance": "string",
"associated_sol_wallets_balance": "string",
"blocknumber": 0,
"created_at": "string",
"is_storage_v2": true,
"creator_node_endpoint": "string",
"current_user_followee_follow_count": 0,
"does_current_user_follow": true,
"does_current_user_subscribe": true,
"does_follow_current_user": true,
"handle_lc": "string",
"updated_at": "string",
"cover_photo_sizes": "string",
"cover_photo_cids": {
"640x": "string",
"2000x": "string",
"mirrors": [
"string"
]
},
"cover_photo_legacy": "string",
"profile_picture_sizes": "string",
"profile_picture_cids": {
"150x150": "string",
"480x480": "string",
"1000x1000": "string",
"mirrors": [
"string"
]
},
"profile_picture_legacy": "string",
"has_collectibles": true,
"playlist_library": {
"contents": [
{}
]
},
"allow_ai_attribution": true,
"profile_type": "string"
},
"duration": 0,
"is_downloadable": true,
"play_count": 0,
"permalink": "string",
"is_streamable": true,
"ddex_app": "string",
"playlists_containing_track": [
0
],
"pinned_comment_id": 0,
"album_backlink": {
"playlist_id": 0,
"playlist_name": "string",
"permalink": "string"
},
"access": {
"stream": true,
"download": true
},
"blocknumber": 0,
"create_date": "string",
"cover_art_sizes": "string",
"cover_art_cids": {
"150x150": "string",
"480x480": "string",
"1000x1000": "string"
},
"created_at": "string",
"credits_splits": "string",
"isrc": "string",
"license": "string",
"iswc": "string",
"field_visibility": {
"mood": true,
"tags": true,
"genre": true,
"share": true,
"play_count": true,
"remixes": true
},
"followee_reposts": [
{
"repost_item_id": "string",
"repost_type": "string",
"user_id": "string"
}
],
"has_current_user_reposted": true,
"is_scheduled_release": true,
"is_unlisted": true,
"has_current_user_saved": true,
"followee_favorites": [
{
"favorite_item_id": "string",
"favorite_type": "string",
"user_id": "string",
"created_at": "string"
}
],
"route_id": "string",
"stem_of": {
"category": "string",
"parent_track_id": 0
},
"track_segments": [
{
"duration": 0,
"multihash": "string"
}
],
"updated_at": "string",
"user_id": "string",
"is_delete": true,
"cover_art": "string",
"is_available": true,
"ai_attribution_user_id": 0,
"allowed_api_keys": [
"string"
],
"audio_upload_id": "string",
"preview_start_seconds": 0,
"bpm": 0,
"is_custom_bpm": true,
"musical_key": "string",
"is_custom_musical_key": true,
"audio_analysis_error_count": 0,
"comments_disabled": true,
"ddex_release_ids": {},
"artists": [
{}
],
"resource_contributors": [
{
"name": "string",
"roles": [
"string"
],
"sequence_number": 0
}
],
"indirect_resource_contributors": [
{
"name": "string",
"roles": [
"string"
],
"sequence_number": 0
}
],
"rights_controller": {
"name": "string",
"roles": [
"string"
],
"rights_share_unknown": "string"
},
"copyright_line": {
"year": "string",
"text": "string"
},
"producer_copyright_line": {
"year": "string",
"text": "string"
},
"parental_warning_type": "string",
"is_stream_gated": true,
"stream_conditions": {
"tip_user_id": 0
},
"is_download_gated": true,
"download_conditions": {
"tip_user_id": 0
},
"cover_original_song_title": "string",
"cover_original_artist": "string",
"is_owned_by_user": true,
"stream": {
"url": "string",
"mirrors": [
"string"
]
},
"download": {
"url": "string",
"mirrors": [
"string"
]
},
"preview": {
"url": "string",
"mirrors": [
"string"
]
}
}
]
}
Bad request
Server error