API Reference
The food intelligence API.
Resolve a barcode to a canonical product, traverse its ingredients and additives, and read the explainable health score — multilingual and continuously enriched.
GET /v1/products/5449000000996
{
"canonical_id": "prod_8f2a…",
"name": { "en": "Cola", "tr": "Kola" },
"health_score": 23,
"nova": 4,
"ingredients": [ … ],
"score_factors": [
{ "factor": "sugar", "delta": -34 }
]
}
Illustrative. Endpoints subject to change before GA.