Get Untappd distinct beers
untappd_user_beersGet the distinct beers a user has checked in, including their rating and total check-in count per beer. Supports sorting by date, name, or rating and pagination.
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) | |
| username | No | Untappd username. Omit to use your own configured account (UNTAPPD_USERNAME). |