All in one Recipe API
API updates: Extended the daily quota to enhance user benefits. More recipe lists Explore recipes, craft meal plans, generate shopping lists, receive recipe recommendations, and unlock additional features – all in one place.
All in one Recipe API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
cuisines /cuisines |
Returns all the cuisines available. |
| GET |
recipeByCuisine /cuisines/{cuisine_name} |
return lists of recipes based on the cuisine |
| GET |
categories /categories |
Return all categories available. |
| GET |
recipeByCategory /categories/{category_name} |
return lists of recipes based on the category |
| GET |
recipeDetails /details/{id} |
return recipe details |
| GET |
searchRecipe /search/{search_term} |
return lists of recipes based on the provided search term. |
| GET |
randomRecipe /random |
return random recipe every time. |
| GET |
recipeRecommendations /recommendations/{id} |
return recommendations based on the recipe ID.. |
| POST |
searchByIngredients /search |
return lists of recipes based on the specified ingredients. |
| POST |
generateMealPlan /generate/meal_plan |
return breakfast, lunch, dinner and snacks meal plan based on the given preference. |
| POST |
shoppingList /generate/shopping_list |
return a shopping list from the recipe id. |