example-data.com

recipes / #111

delicious Bruschette With Tomato

delicious Bruschette With Tomato

vegetarianlow-carbfamily
Prep
41 min
Cook
139 min
Serves
1

Cometes baiulus utroque adamo cursus sequi esse. Sui virgo demonstro stabilis aureus.

Ingredients

  • • 2.75 oz peppers
  • • 0.75 oz olives
  • • 3.75 g purple rice
  • • 2 g garam masala
  • • 0.5 cup garam masala
  • • 1 lb potatoes
  • • 2.5 g artichoke
  • • 2.5 cup asian greens

Instructions

  1. Step 1: Sauté corn syrup until urbs vicissitudo tremo cena.
  2. Step 2: Combine wakame until deorsum hic temperantia collum ventus.
  3. Step 3: Sauté flaxseed until vacuus aiunt clam.
  4. Step 4: Stir endive until nulla calcar tardus adversus villa.
  5. Step 5: Fold nectarines until cohors paens tumultus cohors ullus.
  6. Step 6: Garnish sugar until verumtamen ait.
  7. Step 7: Garnish chickpea until animus averto demonstro calcar.
  8. Step 8: Season limes until utrimque ademptio.
  9. Step 9: Simmer dried apricots until sint circumvenio illum absconditus.

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/recipes/111" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/recipes/111"
);
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/111"
);
const recipe = (await res.json()) as Recipe;
import requests

res = requests.get(
    "https://example-data.com/api/v1/recipes/111"
)
recipe = res.json()
{
  "id": 111,
  "userId": 181,
  "title": "delicious Bruschette With Tomato",
  "slug": "delicious-bruschette-with-tomato-111",
  "description": "Cometes baiulus utroque adamo cursus sequi esse. Sui virgo demonstro stabilis aureus.",
  "cuisine": "vietnamese",
  "difficulty": "hard",
  "prepMinutes": 41,
  "cookMinutes": 139,
  "servings": 1,
  "ingredients": [
    "2.75 oz peppers",
    "0.75 oz olives",
    "3.75 g purple rice",
    "2 g garam masala",
    "0.5 cup garam masala",
    "1 lb potatoes",
    "2.5 g artichoke",
    "2.5 cup asian greens"
  ],
  "instructions": [
    "Step 1: Sauté corn syrup until urbs vicissitudo tremo cena.",
    "Step 2: Combine wakame until deorsum hic temperantia collum ventus.",
    "Step 3: Sauté flaxseed until vacuus aiunt clam.",
    "Step 4: Stir endive until nulla calcar tardus adversus villa.",
    "Step 5: Fold nectarines until cohors paens tumultus cohors ullus.",
    "Step 6: Garnish sugar until verumtamen ait.",
    "Step 7: Garnish chickpea until animus averto demonstro calcar.",
    "Step 8: Season limes until utrimque ademptio.",
    "Step 9: Simmer dried apricots until sint circumvenio illum absconditus."
  ],
  "tags": [
    "vegetarian",
    "low-carb",
    "family"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-111/1200/800",
  "createdAt": "2025-02-03T21:41:08.174Z",
  "updatedAt": "2025-02-03T21:41:08.174Z"
}
Draftbit