Skip to main content

TrackFetchResponse

oneOf
successbooleanrequired

Possible values: [true]

data objectrequired
trackUrlstring
expiresAtstring
titlestring
artiststring
releasestring
artworkUrlstring
isrcstring
feedAudioFileIdnumber
explicitnessExplicitness (string)required

Explicitness status of the track

Possible values: [explicit, clean, censored, unknown]

curatedClip objectnullable
startMsnumberrequired

Start offset in milliseconds from the beginning of the track

stopMsnumberrequired

Stop offset in milliseconds from the beginning of the track

idnumberrequired

Unique identifier for the curated clip

TrackFetchResponse
{
"success": true,
"data": {
"trackUrl": "https://...",
"expiresAt": "2025-11-26T17:19:30.520Z",
"title": "Song Title",
"artist": "Artist Name",
"release": "Album Name",
"artworkUrl": "https://...",
"isrc": "ABC12345678",
"feedAudioFileId": 1,
"explicitness": "clean"
}
}