Name | Type | Description | Notes |
---|---|---|---|
name | str | Item name as provided by brand owner or as shown on packaging | [optional] |
categories | list[str] | [optional] | |
nutrients | list[IngredientObjectNutrients] | An array containing nutrient informatio objects for this food item | [optional] |
calorie_conversion_factor | IngredientObjectCalorieConversionFactor | [optional] | |
protein_conversion_factor | float | The multiplication factor used to calculate protein from nitrogen | [optional] |
components | list[IngredientObjectComponents] | An array of objects containing the constituent parts of a food (e.g. bone is a component of meat) | [optional] |
portions | list[IngredientObjectPortions] | An array of objects containing information on discrete amounts of a food found in this item | [optional] |
common_name | str | Common name associated with this item. These generally clarify what the item is (e.g. when the brand name is "BRAND's Spicy Enchilada" the common name may be "Chicken enchilada") | [optional] |
footnote | str | Comments on any unusual aspects of this item. Examples might include unusual aspects of the food overall | [optional] |
search_term | str | The original search term that found this food item | [optional] |
score | str | A value that represents how similar the name of this food item is to the original search term. The lower the value the closer this item's name is to the original search term. | [optional] |