Recipe
The WebKnox Recipe API allows you to access over 330,000 recipes. It allows users to search for recipes using natural language such as "gluten free brownies without sugar". Furthermore, several widgets to visualize ingredient lists, price breakdowns, This Food API also contains thousands of information bits about ingredients such as nutrition, prices, tips, and more.
Recipe endpoints
| Method | Endpoint | Description |
|---|---|---|
| Answer | ||
| GET |
Quick Answer /recipes/quickAnswer |
Answer a nutrition related natural language question. |
| Classify | ||
| POST |
Classify Cuisine /recipes/cuisine |
Classify the recipe's cuisine. |
| Compute | ||
| GET |
Compute Daily Meal Plan /recipes/mealplans/generate |
Compute a meal plan for a day. |
| Search | ||
| GET |
Search Recipes /recipes/search |
Search recipes in natural language. |
| GET |
Find By Ingredients /recipes/findByIngredients |
Find recipes that use as many of the given ingredients as possible and have as little as possible missing ingredients. |
| GET |
Autocomplete Ingredient Search /food/ingredients/autocomplete |
Autocomplete a search for an ingredient. |
| Widget | ||
| POST |
Visualize Ingredients /recipes/visualizeIngredients |
Visualize ingredients of a recipe. This widget is basically free of charge. |
| POST |
Visualize Nutrition /recipes/visualizeNutrition |
Visualize a recipe's nutritional information. |
| POST |
Visualize Price Breakdown /recipes/visualizePriceEstimator |
Visualize the price breakdown of a recipe. This widget is basically free of charge. |
| POST |
Create Recipe Card /recipes/visualizeRecipe |
Create a recipe card given a recipe. This widget is basically free of charge. |
| Extract | ||
| GET |
Extract Recipe Data /recipes/extract |
Extract recipe data from a recipe blog or Web page. |
| Data | ||
| POST |
Map Ingredients /food/ingredients/map |
Map ingredients to products. |
| GET |
Find Similar Recipes /recipes/{id}/similar |
Find recipes which are similar to the given one. |
| POST |
Parse Ingredients /recipes/parseIngredients |
Parse ingredient descriptions. |
| GET |
Recipe Information /recipes/{id}/information |
Get information about a recipe. |
| Summarize | ||
| GET |
Summarize Recipe /recipes/{id}/summary |
Summarize the recipe in a short text. |
Recipe pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA Recommended | $100 / month | — |
|
| MEGA | $1,000 / month | — |
|