Guess Nutrition by Dish Name
GET {{baseUrl}}/recipes/guessNutrition?title=Spaghetti Aglio et Olio
Estimate the macronutrients of a dish based on its title.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
title | string | (Required) The title of the dish. |
RESPONSES
status: OK
{"calories":{"confidenceRange95Percent":{"max":574.07,"min":389.92},"standardDeviation":148.55,"unit":"calories","value":428},"carbs":{"confidenceRange95Percent":{"max":78.19,"min":55.54},"standardDeviation":18.27,"unit":"g","value":65},"fat":{"confidenceRange95Percent":{"max":19.2,"min":12.27},"standardDeviation":5.59,"unit":"g","value":16},"protein":{"confidenceRange95Percent":{"max":29.31,"min":8.12},"standardDeviation":17.09,"unit":"g","value":13},"recipesUsed":10}