Now in Public Beta

Nutrition Data API
for Developers

2.8M+ food products with full macronutrients. Search, barcode lookup, and AI-powered dish analysis. One API key, 100 free requests/day.

Terminal
$ curl "https://food-api.c0r.ai/v1/food/search?q=avocado" \
  -H "X-API-Key: fdb_your_key"

{
  "results": [
    {
      "name": "Avocado, raw",
      "nutrition": {
        "calories": 160,
        "proteins": 2.0,
        "fats": 14.7,
        "carbs": 8.5
      }
    }
  ],
  "total": 47
}
2.8M+
Food Products
1.2M+
Barcodes
3
Languages
<100ms
Avg Latency

Three Endpoints, All You Need

Search

Full-text search across 2.8M+ products in English, Russian, and Arabic.

GET /v1/food/search?q=chicken&lang=en

Barcode Lookup

Instant nutrition data by EAN/UPC barcode. 1.2M+ barcodes indexed.

GET /v1/food/barcode/4600682500018

AI Dish Analysis

Describe any dish in natural language — get full macro breakdown.

POST /v1/food/analyze { "text": "200g salmon with rice" }

Start building in minutes

Sign up, get your API key, and make your first request. No credit card required.

Get Free API Key