Returns detailed nutritional information for the specified food. Use this call to display nutrition
values for a food to users.
The only storable values returned by this call are the food_id unique identifier and the one or
more serving_id unique serving size identifier values.
Why are we introducing version 2?
On May 27, 2016 the USA Food and Drug Administration (FDA) published new rules on the new Nutrition Facts label for packaged foods to reflect new scientific information, including the link between diet and chronic diseases such as obesity and heart disease.
Manufacturers in the USA with $10 million or more in annual sales were required to switch to the new label by January 1, 2020; manufacturers with less than $10 million in annual food sales have until January 1, 2021 to comply.
More information can be found here: Changes to the Nutrition Facts Label
Please find more information on how to calcualte the %DV for your users:
Dietary Supplement Label Database
What are the differences between food.get (v1) and food.get.v2?
food.get (v1) |
food.get.v2 |
The Vitamin A value is the percentage of daily recommended.
It is based on a 2000 calorie diet.
|
The Vitamin A value is the raw value in micrograms (mcg).
It is up to the developer to calculate the %DV (Percent Daily Value)
|
The Vitamin C value is the percentage of daily recommended.
It is based on a 2000 calorie diet.
|
The Vitamin C value is the raw value in milligrams (mg).
It is up to the developer to calculate the %DV
|
The Calcium value is the percentage of daily recommended.
It is based on a 2000 calorie diet.
|
The Calcium value is the raw value in milligrams (mg).
It is up to the developer to calculate the %DV
|
The Iron value is the percentage of daily recommended.
It is based on a 2000 calorie diet.
|
The Iron value is the raw value in milligrams (mg).
It is up to the developer to calculate the %DV
|
---
|
Vitamin D is the raw value in micrograms (mcg).
|
---
|
Added Sugars is the raw value in grams (g).
It is new for our food_type = "Brand"
|
Including Sub Categories (Premier Only):
An additional optional parameter named
include_sub_categories is available to premier clients only.
This parameter, of type
Boolean should be specified as “true” in order to enable this feature.
When this parameter is included, the response will include the names of all sub categories associated with the food.
Flag Default Serving (Premier Only):
An additional optional parameter named
flag_default_serving is available to premier clients only.
This parameter, of type
Boolean should be specified as “true” in order to enable this feature.
When this parameter is included, the response will flag one of the servings as the default serving (the suggested or most commonly chosen option).
Localization (Premier Only):
Two additional optional parameters named
region and
language are available to premier clients. More information can be found
in the
Localization guide.