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

# GET /artists/{id}/albums

`GET /artists/{id}/albums`

[Get an Artist's Albums](https://developer.spotify.com/web-api/get-artists-albums/)

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `album_type` string
- `market` string

## Response `200`

OK

- AlbumSimplePage
  - `href` string — A link to the Web API endpoint returning the full result of the request.
  - `items` AlbumSimple[] — The requested data.
    - `album_type` string — The type of the album: one of 'album', 'single', or 'compilation'.
    - `available_markets` string[] — The markets in which the album is available: ISO 3166-1 alpha-2 country codes. Note that an album is considered available in a market when at least 1 of its tracks is available in that market.
    - `external_urls` object — Known external URLs for this album.
    - `href` string — A link to the Web API endpoint providing full details of the album.
    - `id` string — The Spotify ID for the album.
    - `images` Image[] — The cover art for the album 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 album.
    - `type` string — The object type: 'album'.
    - `uri` string — The Spotify URI for the album.
  - `limit` integer — The maximum number of items in the response (as set in the query or by default).
  - `next` string — URL to the next page of items. (null if none)
  - `offset` integer — The offset of the items returned (as set in the query or by default).
  - `previous` string — URL to the previous page of items. (null if none)
  - `total` integer — The total number of items available to return.

---

[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)
