XML

Nutri-Score - XML

Nutri-Score is a front-of-pack nutrition labeling system developed by Santé Publique France that rates food products on a scale from A (best nutritional quality) to E (worst nutritional quality). The system calculates scores based on beneficial nutrients per 100g such as fruits, vegetables, nuts, fiber, and protein, as well as nutrients to limit such as energy, sugars, saturated fats, and sodium. First introduced in France in 2017, it has now been officially adopted by eight countries including Belgium, Germany, Spain, Netherlands, and Switzerland, serving as an important tool to help consumers make healthier food choices.

nutrition labeling food label France public health nutritional rating food classification
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>A</code>
    <slug>grade-a</slug>
    <name>Grade A</name>
    <description>Foods with the best nutritional quality, actively recommended for consumption.</description>
    <color>Dark green</color>
    <hexColor>#038141</hexColor>
    <scoreRange_max>-1</scoreRange_max>
    <scoreRange_min>-15</scoreRange_min>
  </item>
  <item>
    <code>B</code>
    <slug>grade-b</slug>
    <name>Grade B</name>
    <description>Foods with good nutritional quality, recommended for frequent consumption.</description>
    <color>Light green</color>
    <hexColor>#85BB2F</hexColor>
    <scoreRange_max>2</scoreRange_max>
    <scoreRange_min>0</scoreRange_min>
  </item>
  <item>
    <code>C</code>
    <slug>grade-c</slug>
    <name>Grade C</name>
    <description>Foods with moderate nutritional quality, recommended for moderate consumption.</description>
    <color>Yellow</color>
    <hexColor>#F5CD00</hexColor>
    <scoreRange_max>10</scoreRange_max>
    <scoreRange_min>3</scoreRange_min>
  </item>
  <item>
    <code>D</code>
    <slug>grade-d</slug>
    <name>Grade D</name>
    <description>Foods with poor nutritional quality, recommended to limit consumption frequency.</description>
    <color>Orange</color>
    <hexColor>#EF8200</hexColor>
    <scoreRange_max>18</scoreRange_max>
    <scoreRange_min>11</scoreRange_min>
  </item>
  <item>
    <code>E</code>
    <slug>grade-e</slug>
    <name>Grade E</name>
    <description>Foods with the worst nutritional quality, strongly recommended to limit consumption.</description>
    <color>Red</color>
    <hexColor>#E63E11</hexColor>
    <scoreRange_max>40</scoreRange_max>
    <scoreRange_min>19</scoreRange_min>
  </item>
</items>