Batch-check many beers against the cache
untappd_cache_has_had_manyCheck multiple beer IDs against a user's cached Untappd history to instantly see which beers they have had, with count and last date. No API call needed; ideal for venue menus.
Instructions
Cross-check a list of beer ids against a user's cached history in ONE call — NO API call. Consults BOTH sources (check-ins + distinct beers). Returns had/not-had per bid (with count and last date when had). Ideal for checking a whole venue menu at once. Run untappd_sync_user_beers first; the freshness block flags if coverage is incomplete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bids | Yes | Beer ids to check (1–500) | |
| username | No | Untappd username. Omit to use your own configured account (UNTAPPD_USERNAME). |