Get Track
GET/tracks/:track_id
Gets a track by ID
Request
Path Parameters
track_id stringrequired
A Track ID
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example
Schema
Array [
]
dataobject
artworkobjectrequired
150x150 string
480x480 string
1000x1000 string
description string
genre stringrequired
id stringrequired
track_cid string
preview_cid string
orig_file_cid string
orig_filename string
is_original_available booleanrequired
mood string
release_date string
remix_ofobject
tracks
object[]
parent_track_id stringrequired
repost_count integerrequired
favorite_count integerrequired
comment_count integerrequired
tags string
title stringrequired
userobjectrequired
album_count integerrequired
artist_pick_track_id string
bio string
cover_photo
object
640x string
2000x string
followee_count integerrequired
follower_count integerrequired
handle stringrequired
id stringrequired
is_verified booleanrequired
twitter_handle string
instagram_handle string
tiktok_handle string
verified_with_twitter booleanrequired
verified_with_instagram booleanrequired
verified_with_tiktok booleanrequired
website string
donation string
location string
name stringrequired
playlist_count integerrequired
profile_picture
object
150x150 string
480x480 string
1000x1000 string
repost_count integerrequired
track_count integerrequired
is_deactivated booleanrequired
is_available booleanrequired
erc_wallet stringrequired
spl_wallet stringrequired
spl_usdc_payout_wallet string
supporter_count integerrequired
supporting_count integerrequired
total_audio_balance integerrequired
wallet stringrequired
The user's Ethereum wallet address for their account
duration integerrequired
is_downloadable booleanrequired
play_count integerrequired
permalink stringrequired
is_streamable boolean
ddex_app string
playlists_containing_track integer[]
pinned_comment_id integer
{
"data": {
"artwork": {
"150x150": "https://creatornode3.audius.co/content/01J4AHG8P5J6TB7KX9NSEVEZFF/150x150.jpg",
"480x480": "https://creatornode3.audius.co/content/01J4AHG8P5J6TB7KX9NSEVEZFF/480x480.jpg",
"1000x1000": "https://creatornode3.audius.co/content/01J4AHG8P5J6TB7KX9NSEVEZFF/1000x1000.jpg"
},
"description": "frooots latest banger",
"genre": "Deep House",
"id": "4boROp0",
"track_cid": "baeaaaiqsecb4qv6c5zkdowziyyzhnl63n2vecrcsypgboqtznehxueuusqjm4",
"preview_cid": null,
"orig_file_cid": "baeaaaiqsecjl7ol7jqmbquxx7e7mii6hsx2vndg3a5o7yxecyxpabrydg5qpa",
"orig_filename": "disfruta FINAL.wav",
"is_original_available": false,
"mood": "Fiery",
"release_date": "2024-08-02 21:57:07",
"remix_of": {
"tracks": null
},
"repost_count": 25,
"favorite_count": 51,
"tags": "",
"title": "DISFRUTA",
"user": {
"album_count": 0,
"artist_pick_track_id": "4boROp0",
"bio": "Artist Exec @ Audius",
"cover_photo": {
"640x": "https://creatornode.audius.co/content/01J5XKNTCK84YJJM1PYW1VQHZB/640x.jpg",
"2000x": "https://creatornode.audius.co/content/01J5XKNTCK84YJJM1PYW1VQHZB/2000x.jpg"
},
"followee_count": 160,
"follower_count": 193,
"handle": "froootmusic",
"id": "qm4Ya",
"is_verified": false,
"twitter_handle": null,
"instagram_handle": "froootmusic",
"tiktok_handle": null,
"verified_with_twitter": false,
"verified_with_instagram": false,
"verified_with_tiktok": false,
"website": null,
"donation": null,
"location": "los angeles",
"name": "frooot",
"playlist_count": 0,
"profile_picture": {
"150x150": "https://creatornode2.audius.co/content/01HBYERXY7VSV3B2W938D4KR0K/150x150.jpg",
"480x480": "https://creatornode2.audius.co/content/01HBYERXY7VSV3B2W938D4KR0K/480x480.jpg",
"1000x1000": "https://creatornode2.audius.co/content/01HBYERXY7VSV3B2W938D4KR0K/1000x1000.jpg"
},
"repost_count": 166,
"track_count": 9,
"is_deactivated": false,
"is_available": true,
"erc_wallet": "0x949c3a1a05f8ea6be70a847457eeb7fbbe374a50",
"spl_wallet": "BqDfZpjiQ19sQD356351u95gweL8Fto7Y4rQAiBaMKWY",
"supporter_count": 3,
"supporting_count": 12,
"total_audio_balance": 955,
"wallet": "0x949c3a1a05f8ea6be70a847457eeb7fbbe374a50"
},
"duration": 228,
"is_downloadable": false,
"play_count": 7877,
"permalink": "/froootmusic/disfruta",
"is_streamable": true,
"ddex_app": null,
"playlists_containing_track": [
446816800, 1560264353, 1943413798, 235145035, 1824025995, 2103658445,
579861359, 70479, 876213237, 1373721208
]
}
}
Bad request
Server error
Loading...