Batch-check many beers against the cache
untappd_cache_has_had_manyCheck up to 500 beer IDs against a user's cached Untappd history in one call. Returns had/not-had status with count and last date, ideal for scanning a venue menu.
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). |