Get a brewery's beer list
untappd_brewery_beersRetrieve beers produced by a brewery using its Untappd ID, with per-beer ratings and check-in counts. Supports sorting and pagination.
Instructions
Get the beers a brewery makes, by brewery id, with per-beer rating and check-in counts. Supports sorting and paging. Get an id from untappd_search_brewery. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default by popularity) | |
| limit | No | Max beers (1–50, default 25) | |
| offset | No | Result offset for paging (default 0) | |
| brewery_id | Yes | Untappd brewery id |