example-data.com

recipes / #95

delicious Aubergine Pie

delicious Aubergine Pie

weeknight
Prep
43 min
Cook
30 min
Serves
1

Defetiscor tristis accusator alveus texo tredecim claustrum caveo ter consuasor.

Ingredients

  • • 0.25 tsp broccolini
  • • 0.25 tbsp dashi
  • • 0.25 tbsp beans
  • • 4 tsp swiss chard
  • • 4 tsp bush tomato
  • • 0.75 tbsp chia seeds
  • • 3 tsp chinese cabbage
  • • 2 tsp butter
  • • 0.25 tsp sesame seeds
  • • 2 tbsp butter beans
  • • 2.25 cup enoki mushrooms
  • • 2.75 lb broccoli

Instructions

  1. Step 1: Fold white rice until termes summa non laboriosam textor.
  2. Step 2: Whisk soymilk until tum adhuc asporto amissio.
  3. Step 3: Garnish spelt until caput tamen iste.
  4. Step 4: Stir turmeric until cohors textor.
  5. Step 5: Season loquats until eligendi aequus claustrum amplus perferendis.
  6. Step 6: Whisk water until vulariter solio tertius.
  7. Step 7: Sauté kohlrabi until calcar custodia tactus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/95"
)
recipe = res.json()
{
  "id": 95,
  "userId": 201,
  "title": "delicious Aubergine Pie",
  "slug": "delicious-aubergine-pie-95",
  "description": "Defetiscor tristis accusator alveus texo tredecim claustrum caveo ter consuasor.",
  "cuisine": "vietnamese",
  "difficulty": "medium",
  "prepMinutes": 43,
  "cookMinutes": 30,
  "servings": 1,
  "ingredients": [
    "0.25 tsp broccolini",
    "0.25 tbsp dashi",
    "0.25 tbsp beans",
    "4 tsp swiss chard",
    "4 tsp bush tomato",
    "0.75 tbsp chia seeds",
    "3 tsp chinese cabbage",
    "2 tsp butter",
    "0.25 tsp sesame seeds",
    "2 tbsp butter beans",
    "2.25 cup enoki mushrooms",
    "2.75 lb broccoli"
  ],
  "instructions": [
    "Step 1: Fold white rice until termes summa non laboriosam textor.",
    "Step 2: Whisk soymilk until tum adhuc asporto amissio.",
    "Step 3: Garnish spelt until caput tamen iste.",
    "Step 4: Stir turmeric until cohors textor.",
    "Step 5: Season loquats until eligendi aequus claustrum amplus perferendis.",
    "Step 6: Whisk water until vulariter solio tertius.",
    "Step 7: Sauté kohlrabi until calcar custodia tactus."
  ],
  "tags": [
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-95/1200/800",
  "createdAt": "2024-12-27T05:45:06.612Z",
  "updatedAt": "2024-12-27T05:45:06.612Z"
}
Draftbit