GET /recipes/{id}/analyzedInstructions
Get Analyzed Recipe Instructions
Get an analyzed breakdown of a recipe's instructions. Each step is enriched with the ingredients and equipment required.
Request Traces
Request Headers
GET https://api.spoonacular.com/recipes/{id}/analyzedInstructions
Accept: application/json
HTTP Response
HTTP 200
Success
{
"equipment": [
{
"id": 0,
"name": "string",
},
],
"ingredients": [
{
"id": 0,
"name": "string",
},
],
"parsedInstructions": [
{
"name": "string",
"steps": [
{
"equipment": [
{
"id": 0,
"image": "string",
"localizedName": "string",
"name": "string",
},
],
"ingredients": [
{
"id": 0,
"image": "string",
"localizedName": "string",
"name": "string",
},
],
"number": 0,
"step": "string",
},
],
},
],
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
