Open Food Facts
Food Products Database
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Food & Drink
- Documentation / URL
- https://world.openfoodfacts.org/data
Overview
Open Food Facts is the world’s largest free, open food database — 3M+ products with ingredients, allergens, nutrition facts, additives, and Nutri-Score. Keyless and free (verified live), it’s the go-to API for nutrition apps, barcode scanners, and food transparency projects.
Quick Start
Product by barcode (verified live):
curl "https://world.openfoodfacts.org/api/v2/product/737628064502.json"
{
"code": "737628064502",
"product": {
"product_name": "Nutella",
"brands": "Nutella",
"ingredients_text": "Sugar, palm oil, hazelnuts...",
"nutriments": { "energy-kcal_100g": 539, "fat_100g": 30.9, "sugars_100g": 56.3 },
"nutriscore_grade": "e",
"image_url": "https://images.openfoodfacts.org/images/products/737/628/064/502/front_en.7.400.jpg"
},
"status": 1
}
Search products:
curl "https://world.openfoodfacts.org/cgi/search.pl?search_terms=chocolate&json=1&page_size=5"
Authentication
None — keyless.
Rate Limits & Notes
- Free, open data (ODbL) — no key; be polite (the API asks for a descriptive User-Agent).
- The v2 API endpoint is
api/v2/product/{barcode}.json— barcodes are EAN/UPC. - Rich fields:
ingredients_text,nutriments(per-100g values),nutriscore_grade,nova_group(processing),additives_tags,allergens_tags. - Search uses the legacy CGI endpoint (
/cgi/search.pl?search_terms=...&json=1). - Bulk data dumps are also available for offline analysis.
FAQ
Is Open Food Facts free? Yes — free, open data, keyless.
How do I look up a product?
https://world.openfoodfacts.org/api/v2/product/{barcode}.json.
What nutrition data is included? Per-100g values (energy, fat, sugars…), Nutri-Score grade, and NOVA processing group.
More in Food & Drink
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| BaconMockup Resizable bacon placeholder images | No auth | Yes | Yes | ↗ |
| Chomp Data about various grocery products and foods | API Key | Yes | Unknown | ↗ |
| Coffee Random pictures of coffee | No auth | Yes | Unknown | ↗ |
| Edamam nutrition Nutrition Analysis | API Key | Yes | Unknown | ↗ |
| Edamam recipes Recipe Search | API Key | Yes | Unknown | ↗ |