Get recent check-ins for a beer
untappd_beer_activityRetrieve recent public check-ins for a beer by its Untappd ID, including user, rating, comment, and venue details. Supports pagination and compact summaries.
Instructions
Get the recent public check-ins for a beer by its bid — who drank it, their rating, comment, and venue. Page backwards with max_id (the pagination.max_id from a prior call). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid | Yes | Untappd beer id (bid) | |
| 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 (id, user, beer, rating, comment, venue, toast/comment counts) to save context (default false) |