Artist's Information

The Get Artist endpoint is used to get information about an artist using the artist’s Spotify ID. The base URL of this endpoint is https://api.spotify.com/v1/artists/{id}. The path parameter {id} is replaced with the artist’s ID whose information we want. Let’s assume that we want to get details of an artist with Spotify ID sample_id. Our URL in this case will be https://api.spotify.com/v1/artists/sample_id.

Get hands-on with 1200+ tech skills courses.