Skip to main content
Version: 2.0.0

spotifyAlbum

ruvyrias


ruvyrias / spotifyAlbum

Interface: spotifyAlbum

Defined in: types/Spotify.ts:182

Represents a Spotify album.

Properties

album_type

album_type: string

Defined in: types/Spotify.ts:183


artists

artists: SpotifyArtist[]

Defined in: types/Spotify.ts:200


available_markets

available_markets: string[]

Defined in: types/Spotify.ts:185


external_urls

external_urls: object

Defined in: types/Spotify.ts:186

spotify

spotify: string


href

href: string

Defined in: types/Spotify.ts:189


id

id: string

Defined in: types/Spotify.ts:190


images

images: SpotifyImage[]

Defined in: types/Spotify.ts:191


name

name: string

Defined in: types/Spotify.ts:192


release_date

release_date: string

Defined in: types/Spotify.ts:193


release_date_precision

release_date_precision: string

Defined in: types/Spotify.ts:194


restrictions?

optional restrictions: object

Defined in: types/Spotify.ts:195

reason

reason: string


total_tracks

total_tracks: number

Defined in: types/Spotify.ts:184


tracks

tracks: SpotifySearchTrack

Defined in: types/Spotify.ts:201


type

type: "album"

Defined in: types/Spotify.ts:198


uri

uri: string

Defined in: types/Spotify.ts:199