Get recent check-ins for a beer
untappd_beer_activityRetrieve recent public check-ins for a specific beer, including ratings, comments, and venue details. Use max_id to paginate through earlier entries.
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) |