Check if a user has had a beer (from the cache)
untappd_cache_has_hadCheck if a user has had a beer using only cached Untappd data, no API call. Matches by beer ID or name substring and returns times had, rating, and last date.
Instructions
Answer "has this user ever checked in this beer?" from the cache only — NO API call. Consults BOTH cached sources (check-ins and the distinct-beers list); a hit in either counts as had. Match by exact bid or a case-insensitive substring of the beer name. Returns whether they had it, the times-had count, best rating, last date, which sources matched, and any detailed check-ins. Reports per-source freshness so you can caveat incomplete data. Requires bid or beer_name. Run untappd_sync_user_beers first for full coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid | No | Exact Untappd beer id to look for | |
| username | No | Untappd username. Omit to use your own configured account (UNTAPPD_USERNAME). | |
| beer_name | No | Case-insensitive substring match on the beer name |