NutriFlow API
EU-First Nutrition Data API · BLS · MCP-ready · AI-native
GET
/api/search?q=VollkornbrotLebensmittel suchenPOST
/api/calculateNährwerte berechnenGET
/api/foods/{bls_code}Einzelnes LebensmittelPOST
/api/mcpMCP Server (JSON-RPC 2.0)POST
/api/waitlistWaitlist beitretenGET
/api/docsOpenAPI SpecificationQuick 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