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
Enter a code to see the deterministic demo response.
How it works
A deliberately small integration surface.
- 01Submit a numeric code without converting it to a number.
- 02The API validates it and left-pads it to 14 characters.
- 03V1 returns a clearly marked, deterministic mock food result.
Current limits
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.