Get Untappd user check-ins
untappd_user_checkinsGet a user's recent check-ins with details on beer, rating, comment, venue, and toasts/comments. Supports pagination via max_id.
Instructions
Get a user's recent check-ins (most recent first): the beer, rating, comment, venue, and toasts/comments. Page backwards with max_id (the pagination.max_id from a prior call). Omit username for your own. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max check-ins (1–50, default 25) | |
| max_id | No | Return check-ins older than this id (for paging) | |
| compact | No | Project each check-in to a slim summary to save context (default false) | |
| username | No | Untappd username. Omit to use your own configured account (UNTAPPD_USERNAME). |