get_beer_checkins
Retrieve the recent public check-in feed for a specific beer using its Untappd ID. Supports optional limit and pagination.
Instructions
Retrieve the recent public check-in feed for a specific beer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid | Yes | Untappd beer ID | |
| limit | No | Results per page (max 50, default 25 — the API may cap some feeds at 25) | |
| max_id | No | Return results older than this checkin ID | |
| min_id | No | Return only checkins newer than this ID |