---
title: "GET /artists"
method: GET
path: "/artists"
---

# GET /artists

`GET /artists`

[Get Several Artists](https://developer.spotify.com/web-api/get-several-artists/)

## Query parameters

- `ids` string, required

## Response `200`

OK

- object
  - `artists` 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)
