Get Untappd user wishlist
untappd_user_wishlistRetrieve the beers on any Untappd user's wishlist. Sort by date, name, brewery, style, rating, or ABV; page through results. Omit username to view your own list.
Instructions
Get the beers on a user's wishlist. Supports sorting and paging. Omit username for your own account. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default date added, newest first) | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact projects each wishlisted beer to {bid, name, style, abv, ibu, brewery, added_at}; "full" returns Untappd's whole ~1.2 KB beer record per entry, including the long beer_description and the nested brewery record. | |
| limit | No | Max beers (1–50, default 25) | |
| offset | No | Result offset for paging (default 0) | |
| username | No | Untappd username. Omit to use your own configured account (UNTAPPD_USERNAME). |