For the complete documentation index, see llms.txt. This page is also available as Markdown.
Recipe Search
Search for recipes using a variety of filters
Use the recipeSearch query to find recipes that match the search query and a set of optional filters.
Available filters
macroNutrientsRange-- to filter that search for recipes with the same amount of calories.
dietaryTag -- to filter to search recipes by using a specific dietary tags.
ingredients -- to filter to search recipes that contain one or more ingredients.
cuisines -- to filter to search recipes by using a variety of cuisine names.
mealTime -- to filter to search recipes by a determine meal time such as BREAKFAST, LUNCH, DINNER, SNACK or TREAT_DESSERT
hasinstructions -- to filter recipes that have instructions.
filter-- The filter object refines food results based on various criteria. It supports logical operators: must (AND) and should (OR). Additionally, the mustNot operator is available to exclude foods that match specific ingredients or tags.
This query doesn't automatically filter out recipes that "break" a user's restrictions or program, but you may use the recipe's adherence field to do that. Alternatively, please refer to searchRecipeByNameOrIngredient.
Deprecated fields notice, the following fields are deprecated and no longer supported. They may be removed at any time without prior notice, so please avoid using them in new implementations and plan to migrate away from them as soon as possible.
True if the URL is working. Otherwise displays False.
There are meal plans already created show recipes with URLs not working or invalid. This will help users to check recipes before rendering them to an external site.