Recipe Id or URL. (can be a path or a query param id)
fields
array
Extra fields to return on the recipe. The options are: RECIPE_FIELD_NORMALIZED_INGREDIENTS, RECIPE_FIELD_INSTRUCTIONS, RECIPE_FIELD_INSTRUCTION_INTENTS, RECIPE_FIELD_NUTRITION, RECIPE_FIELD_NUTRITION_COVERAGE, RECIPE_FIELD_SAVED, RECIPE_FIELD_INGREDIENTS_LINKED_PRODUCTS
servings
number
Scale normalizedIngredients amounts to the requested number of servings
scale
number
Multiplier for ingredients amounts in recipe: 0.5, 2, ...
// Recipe ID not found{"code": "general.badRequest","message": "Can't decode recipe id: 9773cb7eca5d11dwaawe7ae7e42010a9a0035"}// Recipe URL not Found{"code": "recipes.unavailable","message": "Can't get recipe"}
For performance reasons, we recommend including fields only when required. Doing so will make the server respond faster by only returning the essential recipe data.