Product-Misc Schema

Schema definition for Product-Misc

GET
/product_misc

Response Body

curl -X GET "https://world.openfoodfacts.net/product_misc"
{
  "additives_n": 0,
  "checked": "string",
  "complete": 0,
  "completeness": 0,
  "ecoscore_grade": "string",
  "ecoscore_score": 0,
  "food_groups": "string",
  "food_groups_tags": [
    "string"
  ],
  "nutrient_levels": {
    "fat": "low",
    "salt": "low",
    "saturated-fat": "low",
    "sugars": "low"
  },
  "packaging_text": "packaging_text_en",
  "packagings": [
    {
      "number_of_units": 6,
      "shape": {
        "id": "en:bottle",
        "lc_name": "bouteille"
      },
      "material": {
        "id": "en:bottle",
        "lc_name": "bouteille"
      },
      "recycling": {
        "id": "en:bottle",
        "lc_name": "bouteille"
      },
      "quantity_per_unit": "25 cl",
      "quantity_per_unit_value": 25,
      "quantity_per_unit_unit": "cl",
      "weight_specified": 30,
      "weight_measured": 32,
      "weight_estimated": 26,
      "weight": 30,
      "weight_source_id": "specified"
    }
  ],
  "packagings_complete": 1,
  "pnns_groups_1": "string",
  "pnns_groups_1_tags": [
    "string"
  ],
  "pnns_groups_2": "string",
  "pnns_groups_2_tags": [
    "string"
  ],
  "popularity_key": 0,
  "popularity_tags": [
    "bottom-25-percent-scans-2020",
    "top-85-percent-scans-2021",
    "top-90-percent-scans-2022",
    "top-country-it-scans-2019",
    "top-100000-mg-scans-2024"
  ],
  "scans_n": 0,
  "unique_scans_n": 0,
  "serving_quantity": "string",
  "serving_quantity_unit": "g",
  "serving_size": "string"
}