Get Untappd distinct beers
untappd_user_beersRetrieve distinct beers checked in by an Untappd user, with ratings and check-in counts. Supports sorting and pagination. Omit username for your own account.
Instructions
Get the distinct (unique) beers a user has ever checked in, with their rating and check-in count per beer. Supports sorting and paging. Omit username for your own account. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default date, most recent first) | |
| limit | No | Max beers (1–50, default 25) | |
| offset | No | Result offset for paging (default 0) | |
| compact | No | Project each beer to a slim summary (bid, name, brewery, style, abv, ibu, your_count, your_rating, global_rating, last_had) to save context (default false) | |
| username | No | Untappd username. Omit to use your own configured account (UNTAPPD_USERNAME). |