The Spotify ID for the artist.
Get Spotify catalog information about an artist's albums.
Required Scopes: None.
The Spotify ID for the artist.
Optional request information.
Get Spotify catalog information about an artist's top tracks by country.
Required Scopes: None.
The Spotify ID for the artist.
An ISO 3166-1 alpha-2 country code or the string from_token
.
Get Spotify catalog information for several artists based on their Spotify IDs.
Required Scopes: None.
The Spotify IDs for the artists.
Get Spotify catalog information about artists similar to a given artist. Similarity is based on analysis of the Spotify community's listening history.
Required Scopes: None.
The Spotify ID for the artist.
Generated using TypeDoc
Get an Artist
Get Spotify catalog information for a single artist identified by their unique Spotify ID.
Required Scopes: None.
const artist = await spotify.artists.getArtist('4Ge8xMJNwt6EEXOzVXju9a'); console.log(artist.name); // "Caroline Polachek"