Get recent check-ins for a beer
untappd_beer_activityRetrieve recent public check-ins for a beer by its Untappd ID, showing who drank it, their rating, comment, and venue. Use max_id to page through older check-ins.
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) | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact projects each check-in to {id, user, beer, brewery, venue, rating, comment, toast/comment counts}; "full" returns Untappd's whole ~5 KB record. | |
| limit | No | Max check-ins (1–50, default 25) | |
| max_id | No | Return check-ins older than this id (for paging) |