Optimized endpoint that fetches all profile data in a single RPC call.
isFollowing and isFavorited statuses.
| Parameter | Type | Description |
|---|---|---|
id | string | Username (not UUID) |
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 50 | Max items per content type |
get_user_profile_data RPC function, which replaces 5+ separate API calls with a single database round-trip. It returns the user’s profile, recipes, posts, collections, and follow status all at once.
Cache-Control: public, s-maxage=30, stale-while-revalidate=60.
42883), returns 501 to trigger client-side fallback to individual API calls.