Query cached check-ins with filters
untappd_cache_queryQuery cached Untappd check-ins by brewery, style, rating, venue, or date range with sorting and limit. No API call; run untappd_sync_checkins first.
Instructions
Query a user's cached CHECK-INS by brewery, style, minimum rating, venue, and/or date range, with sorting and a limit — from the cache only, NO API call. Reflects the detailed check-ins table (venue/date), which for non-self accounts is only the recent window; for full coverage of which beers a user has had, use untappd_cache_has_had / not_had instead. Run untappd_sync_checkins first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default recent first) | |
| limit | No | Max rows (1–200, default 25) | |
| style | No | Case-insensitive substring match on beer style (e.g. "IPA") | |
| venue | No | Case-insensitive substring match on venue name | |
| brewery | No | Case-insensitive substring match on brewery name | |
| date_to | No | Only check-ins on/before this date (YYYY-MM-DD, UTC) | |
| username | No | Untappd username. Omit to use your own configured account (UNTAPPD_USERNAME). | |
| venue_id | No | Exact venue id | |
| date_from | No | Only check-ins on/after this date (YYYY-MM-DD, UTC) | |
| brewery_id | No | Exact brewery id | |
| min_rating | No | Only check-ins you rated at least this (0–5) |