Get recent check-ins at a venue
untappd_venue_activityRetrieve recent public check-ins at a venue by ID, showing who was there, what they drank, and their ratings. Supports pagination to browse older check-ins.
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 |
|---|---|---|---|
| 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 to save context (default false) | |
| venue_id | Yes | Untappd venue id |