Obtain a Recipe Feed
Recipe Feed
Path Parameters
Name
Type
Description
{
"feed_id": "string",
"items": [
{
"key": {
"id": "string"
},
"display": {
"display_name": "string",
"images": [
{
"responsive": {
"url": "string",
"width": 0,
"height": 0
},
"url": "string"
}
],
"tag": {
"name": "string",
"display_name": "string",
"image": {
"url": "string",
"width": 0,
"height": 0
}
}
},
"content": {
"recipe": {
"id": "string",
"name": "string",
"description": "string",
"images": [
{
"responsive": {
"url": "string",
"width": 0,
"height": 0
},
"url": "string"
}
],
"videos": [
{
"content_url": "string",
"embed_url": "string",
"thumbnail": "string"
}
],
"source": {
"name": "string",
"display_name": "string",
"source_recipe_url": "string",
"image": {
"responsive": {
"url": "string",
"width": 0,
"height": 0
},
"url": "string"
},
"license": "LICENCE_INVALID"
},
"saved": {
"value": true,
"collection_ids": [
"string"
],
"owner": true,
"recipe_type": "RECIPE_TYPE_INVALID"
},
"author": {
"name": "string",
"image": {
"responsive": {
"url": "string",
"width": 0,
"height": 0
},
"url": "string"
}
},
"custom_labels": [
{
"name": "string",
"labels": [
{
"name": "string"
}
]
}
]
}
}
}
],
"cursor": {
"cursors": {
"after": "string",
"before": "string"
},
"total": "string"
}
}Cursor
Labels
Diet
Category
Avoidance
Cuisine
Meal Type
Nutrition
Feature
Holiday
Seasonality
Exclude Ingredients
Feed Tags
Custom Labels
Sample Request
Last updated
Was this helpful?