Get recent check-ins at a venue
untappd_venue_activityRetrieve recent public check-ins at a venue using its ID. See who was there, what they drank, and their ratings. Use max_id for pagination.
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) | |
| venue_id | Yes | Untappd venue id |