users
Gets the feed for the user
get/users/{id}/feed
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
filter'all' | 'repost' | 'original'
Controls whether the feed is limited to reposts, original content, or all items
tracks_onlyboolean
Limit feed to only tracks
with_usersboolean
Include user data with feed items
followee_user_idinteger[]
A list of followed users to prioritize in feed generation
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.