Get Artist
get_artistRetrieve details for one or more Spotify artists in a single request. Returns artist information in the requested order, plus top tracks when requesting one artist.
Instructions
Get details for one or more Spotify artists, batched into a single request.
Args:
artist_ids: One artist ID/URI, or a list of up to 50. A list costs one
Spotify request rather than one per artist.
Returns:
ArtistInfo whose `artists` follows the order requested. `top_tracks` is
filled only when a single artist was requested, and is empty rather than
an error when Spotify withholds that endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artists | Yes | ||
| top_tracks | Yes |