Get product nutrition facts
Return the structured nutrition-facts panel (serving size, servings per container, label format, and per-nutrient rows with their ids). Returns 404 when no panel has been recorded for the product.
Authorizations
Path Parameters
UUID of the organization that owns the product.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$GTIN-8/12/13/14 of the target product. Normalized to GTIN-14 by zero-padding before lookup.
^\d{8,14}$Response
OK
Structured nutrition-facts panel for a product, including nutrient row ids.
Free-text serving size as printed on the label (e.g. 1 cup (240ml)).
Regulatory format the panel is laid out for.
US_FDA, EU, CA_CFIA, AU_NZ, UK Per-serving nutrient rows on the panel, in label order. Empty list when none recorded.
Numeric serving size expressed in grams. Null when the label uses non-mass units.
x >= 0Number of declared servings per container. May be fractional.
x >= 0