NutriFlow API

EU-First Nutrition Data API · BLS · MCP-ready · AI-native

GET/api/search?q=VollkornbrotLebensmittel suchen
POST/api/calculateNährwerte berechnen
GET/api/foods/{bls_code}Einzelnes Lebensmittel
POST/api/mcpMCP Server (JSON-RPC 2.0)
POST/api/waitlistWaitlist beitreten
GET/api/docsOpenAPI Specification

Quick Start

# Lebensmittel suchen
curl /api/search?q=Banane

# Mahlzeit berechnen
curl -X POST /api/calculate \
  -H "Content-Type: application/json" \
  -d '{"ingredients":[{"bls_code":"F512100","amount_g":120}]}'

# MCP Tool aufrufen
curl -X POST /api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_foods","arguments":{"query":"Haferflocken"}}}'

Datenquelle: Bundeslebensmittelschlüssel (BLS 3.02) · Max Rubner-Institut · Lizenzfrei seit 2024