example-data.com

recipes / #7

sour Iceberg Lettuce Salad

sour Iceberg Lettuce Salad

Prep
14 min
Cook
160 min
Serves
8

Surgo vilicus via accusamus summopere. Tres tabella cruciamentum caelum teres.

Ingredients

  • • 1.75 tsp camomile
  • • 2.75 lb soymilk
  • • 2.5 oz amaranth
  • • 2.75 oz avocado spread
  • • 2.5 g lychees
  • • 1.75 g buckwheat noodles
  • • 2.75 g semolina
  • • 3 tsp cloves
  • • 0.5 g cos lettuce
  • • 4 cup lavender flowers
  • • 0.5 tbsp polenta
  • • 3.25 tbsp kohlrabi
  • • 1.25 lb beetroot

Instructions

  1. Step 1: Sauté garlic until caute adsidue validus concido.
  2. Step 2: Fold jewfish until peior corrigo.
  3. Step 3: Season asafoetida until supplanto claustrum decumbo bellum.
  4. Step 4: Combine cucumber until aegre depulso.
  5. Step 5: Combine black eyed beans until absque taedium provident suasoria.
  6. Step 6: Garnish margarine until sub temptatio amissio.
  7. Step 7: Fold nashi pear until statim aliquam cras succedo.
  8. Step 8: Fold aubergine until dicta cresco adulatio validus conscendo.
  9. Step 9: Garnish sage until aperio ducimus voluptas.
  10. Step 10: Season semolina until civitas creta magni valens.

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/recipes/7" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/recipes/7"
);
const recipe = await res.json();
import type { Recipe } from "https://example-data.com/types/recipes.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/recipes/7"
);
const recipe = (await res.json()) as Recipe;
import requests

res = requests.get(
    "https://example-data.com/api/v1/recipes/7"
)
recipe = res.json()
{
  "id": 7,
  "userId": 155,
  "title": "sour Iceberg Lettuce Salad",
  "slug": "sour-iceberg-lettuce-salad-7",
  "description": "Surgo vilicus via accusamus summopere. Tres tabella cruciamentum caelum teres.",
  "cuisine": "indian",
  "difficulty": "easy",
  "prepMinutes": 14,
  "cookMinutes": 160,
  "servings": 8,
  "ingredients": [
    "1.75 tsp camomile",
    "2.75 lb soymilk",
    "2.5 oz amaranth",
    "2.75 oz avocado spread",
    "2.5 g lychees",
    "1.75 g buckwheat noodles",
    "2.75 g semolina",
    "3 tsp cloves",
    "0.5 g cos lettuce",
    "4 cup lavender flowers",
    "0.5 tbsp polenta",
    "3.25 tbsp kohlrabi",
    "1.25 lb beetroot"
  ],
  "instructions": [
    "Step 1: Sauté garlic until caute adsidue validus concido.",
    "Step 2: Fold jewfish until peior corrigo.",
    "Step 3: Season asafoetida until supplanto claustrum decumbo bellum.",
    "Step 4: Combine cucumber until aegre depulso.",
    "Step 5: Combine black eyed beans until absque taedium provident suasoria.",
    "Step 6: Garnish margarine until sub temptatio amissio.",
    "Step 7: Fold nashi pear until statim aliquam cras succedo.",
    "Step 8: Fold aubergine until dicta cresco adulatio validus conscendo.",
    "Step 9: Garnish sage until aperio ducimus voluptas.",
    "Step 10: Season semolina until civitas creta magni valens."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-7/1200/800",
  "createdAt": "2024-12-26T05:17:19.644Z",
  "updatedAt": "2024-12-26T05:17:19.644Z"
}
Draftbit