Get venues a user has checked in at
untappd_user_venuesGet a user's checked-in venues, most recent first, with per-venue check-in counts. Sort and paginate results.
Instructions
Get the venues a user has checked in at, most recent first, with per-venue check-in counts. Supports sorting and paging. Omit username for your own account. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default most recent) | |
| limit | No | Max venues (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). |