API & Platform
Food intelligence, as an API.
Query canonical products, structured ingredients, additives, allergens and explainable health scores — multilingual, deduplicated and continuously enriched. Build food-aware products without building a food database.
Product lookup
Resolve a barcode or query to a canonical product with full structured detail.
Ingredient & additive graph
Traverse ingredients, additives (E-numbers) and allergens with relationships.
Health scoring
Retrieve the explainable 0–100 score with its full factor breakdown.
GET /v1/products/5449000000996
{
"canonical_id": "prod_8f2a…",
"name": { "en": "Cola", "tr": "Kola" },
"health_score": 23,
"nova": 4,
"ingredients": [
{ "id": "ing_sugar", "class": "sweetener" },
{ "id": "add_e338", "e": "E338",
"name": "Phosphoric acid" }
],
"allergens": [],
"score_factors": [
{ "factor": "sugar", "delta": -34 },
{ "factor": "nova_4", "delta": -18 }
]
}
Illustrative response. Field names are subject to change.
Multilingual
Every entity resolvable across languages from one canonical record.
Traceable
Source provenance on every field for trust and compliance.
Always fresh
Continuous enrichment means data improves without integration work.
Get started
Build with the Barliva API.
Tell us your use case and we'll get you set up.