Recipe
The Recipe API service lets you read and write any internal and external recipes and your Whisk recipe collections.
Recipe Object
{
"recipe": {
"id": "107d918699fb79c4ed4a561823f9f77d64e",
"name": "Blueberry Bakewell muffins",
"description": "These easy blueberry muffins have a delightfully jammy centre and crunchy crumble topping - a tasty treat for teatime or packed lunch",
"ingredients": [
...
],
"instructions": {
...
},
"images": [
...
],
"videos": [
...
],
"source": {
...
},
"servings": 12,
"servings_scaled": 2,
"durations": {
...
},
"normalized_ingredients": [
...
],
"nutrition": {
...
},
"labels": {
...
},
"constraints": {
...
},
"saved": {
...
},
"author": {
...
},
"language": "en",
"custom_labels": [
...
],
"main_ingredients": [
....
]
}
}Core Attributes
Ingredients
Attribute
Type
Description
Images
Attribute
Type
Description
Attribute
Type
Description
Source
Attribute
Type
Description
Durations
Attribute
Type
Description
Labels
Attribute
Type
Description
Attribute
Type
Description
Author
Attribute
Type
Description
Custom Labels
Attribute
Type
Description
Tips
Type
Type
Description
Main ingredients
Optional Data
Normalized Ingredients
Attribute
Type
Description
Attribute
Type
Description
Instructions
Attribute
Type
Description
Attribute
Type
Description
Nutrition
Attribute
Type
Description
Attribute
Type
Description
Example
Attribute
Type
Description
Attribute
Type
Description
Attribute
Type
Description
Last updated
Was this helpful?