get_user_distinct_beers
Get the unique beers a user has checked in on Untappd, with options to sort by date, rating, or check-in count.
Instructions
Retrieve the unique beers a user has checked in, with flexible sort ordering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default: date). 'checkin' = most checked-in first; '_you' variants use the user's personal rating | |
| limit | No | Results per page (max 50, default 25) | |
| offset | No | Pagination offset | |
| username | Yes | Untappd username |