Artist
The Artist section of the API allows users to retrieve information about artists. Artist information, such as names, discographies, and related works are available via the metadata APIs.
The APIs in this section include user context in relation to Artists. Explore how you can use this functionality to enhance your project.
This is an example using the API’s on an artist page in an app.
-
Artist details (metadata - artists/{id})
-
Artist play count (services - artists/{id}/getusercontext)
-
Trending (metadata - artists/{id}/songs)
-
Latest (metadata - artists/{id}/songs)
-
Videos (metadata - artists/{id}/songs)
-
Releases - All albums by the artist (metadata - artists/{id}/albums)
-
Appears On - Compilations the artist appears on (metadata - artists/{id}/appearson)
-
Similar - Retrieving all similar artists for a given artist (metadata - artists/{id}/similar)
On this page
- Artist