Food product lookup · V1 demo

Turn a UPC into a product-ready lookup key.

Try the versioned API boundary your product team can build against while the real catalog and response contract are still being selected.

  • Accepts 1–14 ASCII digits
  • Preserves leading zeroes
  • Returns deterministic food demo data

Try the API

Use 1–14 digits. Leading zeroes are preserved.

Enter a code to see the deterministic demo response.

A deliberately small integration surface.

  1. 01Submit a numeric code without converting it to a number.
  2. 02The API validates it and left-pads it to 14 characters.
  3. 03V1 returns a clearly marked, deterministic mock food result.

A boundary demo, not a product catalog.

V1 has no real data provider, stable product schema, check-digit validation, accounts, database, or lookup history. Its purpose is to prove the page, request rules, and versioned endpoint before those decisions are made.