Product-Ingredients Schema

Schema definition for Product-Ingredients

GET
/product_ingredients

Response Body

curl -X GET "https://world.openfoodfacts.net/product_ingredients"
{
  "additives_tags": [
    "string"
  ],
  "allergens": "string",
  "allergens_lc": "string",
  "allergens_hierarchy": [
    "string"
  ],
  "allergens_tags": [
    "string"
  ],
  "ingredients": [
    {
      "id": "string",
      "ingredients": [
        {}
      ],
      "percent": 0,
      "percent_estimate": 0,
      "percent_max": "string",
      "percent_min": 0,
      "text": "string",
      "vegan": "string",
      "vegetarian": "string"
    }
  ],
  "ingredients_analysis": {
    "en:palm-oil": [
      "string"
    ],
    "en:vegan-status-unknown": [
      "string"
    ],
    "en:vegetarian-status-unknown": [
      "string"
    ]
  },
  "ingredients_analysis_tags": [
    "string"
  ],
  "ingredients_from_or_that_may_be_from_palm_oil_n": 0,
  "ingredients_from_palm_oil_n": 0,
  "ingredients_from_palm_oil_tags": [
    {}
  ],
  "ingredients_hierarchy": [
    "string"
  ],
  "ingredients_n": 0,
  "ingredients_n_tags": [
    "string"
  ],
  "ingredients_original_tags": [
    "string"
  ],
  "ingredients_percent_analysis": 0,
  "ingredients_sweeteners_n": 0,
  "ingredients_non_nutritive_sweeteners_n": 0,
  "ingredients_tags": [
    "string"
  ],
  "ingredients_lc": "string",
  "ingredients_text": "Farine de blé* 67,4%, sucre de canne*, huile de tournesol oléique*, graines de chia* 5,2%, son de blé*, oranges déshydratées * 0,9%, farine de riz*, poudres à lever (acide citrique, carbonates de sodium), arôme naturel d'orange.\n",
  "ingredients_text_with_allergens": "Farine de <span class=\"allergen\">blé*</span> 67,4%, sucre de canne*, huile de tournesol oléique*, graines de chia* 5,2%, <span class=\"allergen\">son de blé*</span>, oranges déshydratées * 0,9%, farine de riz*, poudres à lever (acide citrique, carbonates de sodium), arôme naturel d'orange.\n",
  "ingredients_that_may_be_from_palm_oil_n": 0,
  "ingredients_that_may_be_from_palm_oil_tags": [
    {}
  ],
  "ingredients_with_specified_percent_n": 0,
  "ingredients_with_specified_percent_sum": 0,
  "ingredients_with_unspecified_percent_n": 0,
  "ingredients_with_unspecified_percent_sum": 0,
  "known_ingredients_n": 0,
  "origins": "string",
  "origins_hierarchy": [
    {}
  ],
  "origins_lc": "string",
  "origins_tags": [
    {}
  ],
  "traces": "string",
  "traces_hierarchy": [
    {}
  ],
  "traces_lc": "string",
  "traces_tags": [
    {}
  ],
  "unknown_ingredients_n": 0
}