users

Fetch a user's full library playlists

Gets a user's saved/reposted/purchased/all albums

get/users/{id}/library/albums

Path parameters

idstring required

A user ID

Query parameters

offsetinteger

The number of items to skip. Useful for pagination (page number * limit)

limitinteger

The number of items to fetch

user_idstring

The user ID of the user making the request

querystring

The filter query

sort_direction'asc' | 'desc'

The sort direction

type'all' | 'repost' | 'favorite' | 'purchase'

The type of entity to return: favorited, reposted, purchased, or all. Defaults to favorite

sort_method'added_date' | 'reposts' | 'saves'

The sort method

Headers

Encoded-Data-Messagestring

The data that was signed by the user for signature recovery

Encoded-Data-Signaturestring

The signature of data, used for signature recovery

Response

Success

latest_chain_blockinteger required
latest_indexed_blockinteger required
latest_chain_slot_playsinteger required
latest_indexed_slot_playsinteger required
signaturestring required
timestampstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.