Product-Attribute-Groups Schema

Schema definition for Product-Attribute-Groups

GET
/product_attribute_groups

Response Body

curl -X GET "https://world.openfoodfacts.net/product_attribute_groups"
{
  "attribute_groups": [
    {
      "id": "string",
      "status": "known",
      "title": "Does not contain: Molluscs",
      "match": 100,
      "grade": "unknown",
      "name": "string",
      "icon_url": "string",
      "description": "string",
      "description_short": "string"
    }
  ]
}