Get Untappd user check-ins
untappd_user_checkinsGet a user's recent check-ins with beer, rating, comment, venue, and social details. Paginate with max_id to see older entries.
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) | |
| username | No | Untappd username. Omit to use your own configured account (UNTAPPD_USERNAME). |