Get For You feed for user
Returns a personalized For You feed for the user identified in the path. The response is a heterogenous list of tracks and playlists/albums ({type, timestamp, item} envelope), mirroring the chronological /v1/users/{id}/feed shape so clients can render both in a single ranked list. Twitter-style multi-source pipeline — candidate retrieval (in-network, trending, underground) → linear ranking (recency decay × engagement × social affinity, weighted by source) → diversity (shared per-artist cap across tracks + collections + consecutive-same-artist lookahead).
Path parameters
A User ID
Query parameters
The number of items to fetch
The number of items to skip. Useful for pagination (page number * limit)
Maximum number of items (tracks or playlists/albums combined) per artist on a single page. Used by the diversity pass to cap consecutive same-artist results.
The user ID of the user making the request
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.