Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.51 KB

File metadata and controls

19 lines (15 loc) · 1.51 KB

ArtistObject

Properties

Name Type Description Notes
externalUrls OpenAPI\Server\Model\ExternalUrlObject Known external URLs for this artist. [optional]
followers OpenAPI\Server\Model\FollowersObject Information about the followers of the artist. [optional]
genres string A list of the genres the artist is associated with. If not yet classified, the array is empty. [optional]
href string A link to the Web API endpoint providing full details of the artist. [optional]
id string The Spotify ID for the artist. [optional]
images OpenAPI\Server\Model\ImageObject Images of the artist in various sizes, widest first. [optional]
name string The name of the artist. [optional]
popularity int 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. [optional]
type string The object type. [optional]
uri string The Spotify URI for the artist. [optional]

[Back to Model list] [Back to API list] [Back to README]