v1

latestSwagger 2.02026-07-17372667.4 KB
get/users/{user_id}/playlists/{playlist_id}/tracks

Path parameters

user_idstring required

The user's Spotify user ID.

playlist_idstring required

The Spotify playlist ID.

Query parameters

limitinteger

The maximum number of items to return

offsetinteger

The index of the first item to return

fieldsstring

A comma-separated list of fields to filter query

marketstring

The market (an ISO 3166-1 alpha-2 country code)

Headers

Acceptstring

It is used to set specified media type.

Response

OK

hrefstring

A link to the Web API endpoint returning the full result of the request.

limitinteger

The maximum number of items in the response (as set in the query or by default).

nextstring

URL to the next page of items. (null if none)

offsetinteger

The offset of the items returned (as set in the query or by default).

previousstring

URL to the previous page of items. (null if none)

totalinteger

The total number of items available to return.