Get Analyzed Recipe Instructions
GET {{baseUrl}}/recipes/:id/analyzedInstructions?stepBreakdown=true
Get an analyzed breakdown of a recipe's instructions. Each step is enriched with the ingredients and equipment required.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
stepBreakdown | boolean | Whether to break down the recipe steps even more. |
RESPONSES
status: OK
{"parsedInstructions":[{"name":"","steps":[{"number":1,"step":"Put the garlic in a pan and then add the onion.","ingredients":[{"id":11215,"name":"garlic","localizedName":"garlic","image":"garlic.png"},{"id":11282,"name":"onion","localizedName":"onion","image":"brown-onion.png"}],"equipment":[{"id":404645,"name":"frying pan","localizedName":"frying pan","image":"pan.png"}]},{"number":2,"step":"Add some salt and oregano.","ingredients":[{"id":2027,"name":"oregano","localizedName":"oregano","image":"oregano.jpg"},{"id":2047,"name":"salt","localizedName":"salt","image":"salt.jpg"}],"equipment":[]}]}],"ingredients":[{"id":2027,"name":"oregano"},{"id":11215,"name":"garlic"},{"id":11282,"name":"onion"},{"id":2047,"name":"salt"}],"equipment":[{"id":404645,"name":"frying pan"}]}