APIArtist
extends SimplifiedArtist
The structure containing the entire details of the Spotify Artist.
Properties:
Name | Type | Description |
---|---|---|
external_urls | ExternalUrl | Known external URLs for this artist. |
followers | Followers | Information about the followers of the artist. |
genres | string[] | A list of the genres the artist is associated with. For example: "Prog Rock" , "Post-Grunge". (If not yet classified, the array is empty.) |
href | string | A link to the Web API endpoint providing full details of the artist. |
id | string | The Spotify ID for the artist. |
images | Image[] | Images of the artist in various sizes, widest first. |
name | string | The name of the artist. |
popularity | number | The popularity of the artist. The value will be between 0 and 100, with 100 being the most popular. The artist’s popularity is calculated from the popularity of all the artist’s tracks. |
type | SpotifyType | The object type: "artist". |
uri | string | The Spotify URI for the artist. |