Record
extract-recipe-from-website-response
No description available.
record extract-recipe-from-website-response {
aggregate-likes: s32,
analyzed-instructions: list<extract-recipe-from-website-response-analyzed-instructions-item>,
cheap: bool,
credits-text: string,
cuisines: list<string>,
dairy-free: bool,
diets: list<string>,
dish-types: list<string>,
extended-ingredients: list<extract-recipe-from-website-response-extended-ingredients-item>,
gaps: string,
gluten-free: bool,
health-score: f64,
id: s32,
image: string,
image-type: string,
instructions: string,
ketogenic: bool,
license: string,
low-fodmap: bool,
occasions: list<string>,
price-per-serving: f64,
ready-in-minutes: s32,
servings: f64,
source-name: string,
source-url: string,
spoonacular-score: f64,
spoonacular-source-url: string,
summary: string,
sustainable: bool,
title: string,
vegan: bool,
vegetarian: bool,
very-healthy: bool,
very-popular: bool,
weight-watcher-smart-points: f64,
whole30: bool,
wine-pairing: extract-recipe-from-website-response-wine-pairing,
}Fields
| Name | Type | Description |
|---|---|---|
| aggregate-likes | s32 | |
| analyzed-instructions | list<extract-recipe-from-website-response-analyzed-instructions-item> | |
| cheap | bool | |
| credits-text | string | |
| cuisines | list<string> | |
| dairy-free | bool | |
| diets | list<string> | |
| dish-types | list<string> | |
| extended-ingredients | list<extract-recipe-from-website-response-extended-ingredients-item> | |
| gaps | string | |
| gluten-free | bool | |
| health-score | f64 | |
| id | s32 | |
| image | string | |
| image-type | string | |
| instructions | string | |
| ketogenic | bool | |
| license | string | |
| low-fodmap | bool | |
| occasions | list<string> | |
| price-per-serving | f64 | |
| ready-in-minutes | s32 | |
| servings | f64 | |
| source-name | string | |
| source-url | string | |
| spoonacular-score | f64 | |
| spoonacular-source-url | string | |
| summary | string | |
| sustainable | bool | |
| title | string | |
| vegan | bool | |
| vegetarian | bool | |
| very-healthy | bool | |
| very-popular | bool | |
| weight-watcher-smart-points | f64 | |
| whole30 | bool | |
| wine-pairing | extract-recipe-from-website-response-wine-pairing |