---
title: "GET /artists/{id}"
method: GET
path: "/artists/{id}"
---

# GET /artists/{id}

`GET /artists/{id}`

[Get an Artist](https://developer.spotify.com/web-api/get-artist/)

## Path parameters

- `id` string, required

## Response `200`

OK

- Artist
  - `external_urls` object — Known external URLs for this artist.
  - `followers` Followers — Information about the followers of the artist.
    - `href` string — A link to the Web API endpoint providing full details of the followers; null if not available.
    - `total` integer — The total number of followers.
  - `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.
    - `height` integer — The image height in pixels. If unknown: null or not returned.
    - `url` string — The source URL of the image.
    - `width` integer — The image width in pixels. If unknown: null or not returned.
  - `name` string — The name of the artist.
  - `popularity` integer — 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` string — The object type: 'artist'
  - `uri` string — The Spotify URI for the artist.

---

[API](https://skmtc.net/isa-group/apis/spotify.md) · [All operations](https://skmtc.net/isa-group/apis/spotify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isa-group/spotify/versions/acd86d5cc241/schema)
