← Back to catalog
food.barcode
mock data$0.001 / callFood Product by Barcode
Lookup food product by barcode (EAN/UPC) — name, brand, nutrition (calories, fat, carbs, protein per 100g), Nutri-Score, NOVA group, ingredients. 3M+ products (Open Food Facts)
Input schema
barcoderequired
stringProduct barcode (EAN-13, UPC-A, etc.) e.g. "3017620422003" for Nutella
Call via REST
curl -X POST https://unifyapi.pro/api/call/food.barcode \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"barcode":"<barcode>"}'