Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.26 KB

IngredientObjectNutrients.md

File metadata and controls

18 lines (15 loc) · 1.26 KB

IngredientObjectNutrients

Properties

Name Type Description Notes
Name string Nutrient name [optional] [default to null]
Per100g float64 Amount of the nutrient per 100g of food [optional] [default to null]
MeasurementUnit string The unit used for the measure of this nutrient [optional] [default to null]
Min float64 Minimum nutrient value [optional] [default to null]
Max float64 Maximum nutrient value [optional] [default to null]
Median float64 Median nutrient value [optional] [default to null]
Rank int32 Nutrient rank [optional] [default to null]
DataPoints int32 Number of observations on which the value is based [optional] [default to null]
Footnote string Comments on any unusual aspect of the food nutrient. Examples might include why a nutrient value is different than typically expected. [optional] [default to null]
Description string Description of the nutrient source [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]