Docs incorrect or hard to follow?

Tweet me

so I can make things better! 😊

Soundcloud Wrapper

Track

Track type.

Example

your-api-route.ts
import { Track } from "soundcloud-wrapper/types"
 
const track: Track = {
  // Track data
}

Params

PropTypeDefault
duration
number
-
genre
string
-
release_day
number
-
permalink
string
-
permalink_url
string
-
release_month
number
-
release_year
number
-
description
string
-
uri
string
-
label_name
string
-
label_id
number | null
-
label
string | null
-
tag_list
string
-
track_count
number
-
user_id
number
-
last_modified
string
-
license
string
-
user
User
-
playlist_type
string
-
type
string
-
id
number
-
downloadable
boolean
-
likes_count
number
-
sharing
string
-
created_at
string
-
release
string | null
-
tags
string
-
kind
string
-
title
string
-
purchase_title
string | null
-
ean
string
-
streamable
boolean
-
embeddable_by
string
-
artwork_url
string
-
purchase_url
string
-
tracks_uri
string
-
stream_url
string
-
download_url
string | null
-
waveform_url
string
-
available_country_codes
string[] | null
-
secret_uri
string | null
-
user_favorite
boolean
-
user_playback_count
number
-
playback_count
number | null
-
download_count
number | null
-
favoritings_count
number | null
-
reposts_count
number | null
-
access
string
-
policy
string | null
-
monetization_model
string | null
-

On this page