UnifyAPI
← Back to catalog

food.barcode

mock data$0.001 / call

Food 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)

Food & Nutritionprovider: Food#food#food

Input schema

barcoderequired

Product barcode (EAN-13, UPC-A, etc.) e.g. "3017620422003" for Nutella

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.