---
title: "GET /users/{user_id}/playlists"
method: GET
path: "/users/{user_id}/playlists"
---

# GET /users/{user_id}/playlists

`GET /users/{user_id}/playlists`

[Get a List of a User's Playlists](https://developer.spotify.com/web-api/get-list-users-playlists/)

## Path parameters

- `user_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `Accept` string

## Response `200`

OK

- PlaylistSimplePage
  - `href` string — A link to the Web API endpoint returning the full result of the request.
  - `items` PlaylistSimple[] — The requested data.
    - `collaborative` boolean — True if the owner allows other users to modify the playlist.
    - `external_urls` object — Known external URLs for this album.
    - `href` string — A link to the Web API endpoint providing full details of the playlist.
    - `id` string — The Spotify ID of the playlist.
    - `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 playlist.
    - `owner` UserProfile
      - `displayName` string — The name displayed on the user's profile.
      - `external_urls` object — Known external URLs for this user.
      - `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.
      - `href` string — A link to the Web API endpoint for this user.
      - `id` string — The Spotify ID for this user.
      - `type` string — The object type: 'user'
      - `uri` string — The Spotify URI for the user.
    - `public` boolean — The playlist's public/private status: true the playlist is public, false the playlist is private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists.
    - `snapshot_id` string — The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version
    - `tracks` object
      - `href` string — A link to the Web API endpoint returning the full result of the request.
      - `total` integer — The total number of tracks available to return.
    - `type` string — The object type: 'playlist'.
    - `uri` string — Spotify URI of the playlist.
  - `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.

## Other responses

- `429` — API rate limit exceeded. See http://developer.spotify.com/web-api/user-guide/#rate-limiting for details.

---

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