Get recent check-ins at a venue
untappd_venue_activityRetrieve recent public check-ins at a venue by its ID, showing visitors, drinks, ratings, and comments. Page backward through older activity using max_id for historical insights.
Instructions
Get the recent public check-ins at a venue by its id — who was there, what they drank, and their ratings. Page backwards with max_id (the pagination.max_id from a prior call). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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) | |
| venue_id | Yes | Untappd venue id |