Product-Nutrition Schema

Schema definition for Product-Nutrition

GET
/product_nutrition

Response Body

curl -X GET "https://world.openfoodfacts.net/product_nutrition"
{
  "no_nutrition_data": "on",
  "nutrition_data_per": "serving",
  "nutrition_data_prepared_per": "serving",
  "nutriments": {
    "alcohol": 0,
    "carbohydrates": 0,
    "carbohydrates-total": 0,
    "energy": 0,
    "energy_value": 0,
    "energy_unit": "kcal",
    "energy-kcal": 0,
    "energy-kj": 0,
    "fat": 0,
    "fruits-vegetables-legumes-estimate-from-ingredients": 0,
    "fruits-vegetables-nuts-estimate-from-ingredients": 0,
    "nova-group": 0,
    "nutrition-score-fr": null,
    "proteins": 0,
    "salt": 0,
    "saturated-fat": 0,
    "sodium": 0,
    "sugars": 0,
    "carbon-footprint-from-known-ingredients_product": 0,
    "carbon-footprint-from-known-ingredients_serving": 0,
    "erythritol": 12.5
  },
  "nutriscore_data": {
    "saturated_fat_ratio": 0,
    "saturated_fat_ratio_points": 0,
    "saturated_fat_ratio_value": 0
  },
  "nutrition_grade_fr": "string",
  "nutrition_grades": "string",
  "nutrition_grades_tags": [
    "string"
  ],
  "nutrition_score_beverage": 0,
  "nutrition_score_warning_fruits_vegetables_nuts_estimate_from_ingredients": 0,
  "nutrition_score_warning_fruits_vegetables_nuts_estimate_from_ingredients_value": 0,
  "nutrition_score_warning_no_fiber": 0,
  "other_nutritional_substances_tags": [
    {}
  ],
  "unknown_nutrients_tags": [
    {}
  ],
  "vitamins_tags": [
    {}
  ]
}