Skip to main content
GET
Get product nutrition facts

Authorizations

X-API-Key
string
header
required

Path Parameters

organization_id
string<shortuuid>
required

UUID of the organization that owns the product.

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$
gtin
string
required

GTIN-8/12/13/14 of the target product. Normalized to GTIN-14 by zero-padding before lookup.

Pattern: ^\d{8,14}$

Response

200 - application/json

OK

Structured nutrition-facts panel for a product, including nutrient row ids.

serving_size
string
required

Free-text serving size as printed on the label (e.g. 1 cup (240ml)).

label_format
enum<string>
required

Regulatory format the panel is laid out for.

Available options:
US_FDA,
EU,
CA_CFIA,
AU_NZ,
UK
nutrients
NutrientOut · object[]
required

Per-serving nutrient rows on the panel, in label order. Empty list when none recorded.

serving_size_g
number | null

Numeric serving size expressed in grams. Null when the label uses non-mass units.

Required range: x >= 0
servings_per_container
number | null

Number of declared servings per container. May be fractional.

Required range: x >= 0