Batch-check many beers against the cache
untappd_cache_has_had_manyCross-check a list of beer IDs against a user's cached history to see which have been had, without an API call. Returns status per beer with count and last date. Ideal for venue menu checks.
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). |