Nutrient Schema

Schema definition for Nutrient

GET
/nutrient

Response Body

curl -X GET "https://world.openfoodfacts.net/nutrient"
{
  "id": "string",
  "name": "string",
  "important": true,
  "display_in_edit_form": true,
  "unit": "g",
  "nutrients": [
    {
      "id": "string",
      "name": "string",
      "important": true,
      "display_in_edit_form": true,
      "unit": "g",
      "nutrients": []
    }
  ]
}