wendys_nutrition
Retrieve a Wendy's menu item's complete nutrition-facts panel — calories, fat, sodium, carbs, protein, vitamins, minerals, and allergens — as real numbers, using category and item slugs.
Instructions
Get one Wendy's menu item's full nutrition-facts panel. Returns one item's (or combo's) complete nutrition-facts panel -- calories, fat, cholesterol, sodium, carbohydrate, protein, vitamins and minerals -- as real numbers, plus declared allergens. A simple item's panel is for its default configuration (default bun/size, default condiments, no extras, no required-group substitutions). A combo's panel (is_combo true) is the combined total across every slot's default option in one request, the same way a caller building the full order would sum it themselves -- combo_selections lists which option each slot was computed for. GET /wendys/item and GET /wendys/menu only ever carry a calorie count, because that is all Wendy's own menu pages themselves publish inline; the full panel is fetched separately by Wendy's own "Nutrition" tab, and this endpoint resolves and calls that same source so a caller does not have to reverse-engineer it. A nutrient Wendy's does not publish is omitted from the response rather than reported as zero. Category and item slugs come from GET /wendys/categories and GET /wendys/menu.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | Item slug from /wendys/menu's items[].slug -- a combo slug is accepted | |
| category | Yes | Category slug from /wendys/categories |