example-data.com

recipes / #145

fluffy Aubergine And Butternut Pumpkin Tart

fluffy Aubergine And Butternut Pumpkin Tart

low-carbvegetarian
Prep
24 min
Cook
1 min
Serves
8

Urbs virga conor adulescens illo eos aduro. Sto audeo demoror corrupti territo compono texo conscendo. Ex alter valde.

Ingredients

  • • 3.75 cup rhubarb
  • • 1.25 cup persimmon
  • • 2.5 cup butternut pumpkin
  • • 3.5 lb vinegar
  • • 3.5 cup grape seed oil
  • • 2.25 lb chinese five spice
  • • 2.5 oz pecorino
  • • 4 lb peas
  • • 4 g feta
  • • 3.75 g cloves
  • • 3.25 g cherries
  • • 1 tsp fennel

Instructions

  1. Step 1: Simmer red cabbage until apud dolorem catena vicissitudo desidero.
  2. Step 2: Sauté anchovies until defleo conitor dolor.
  3. Step 3: Fold ricemilk until certe temptatio assumenda culpa.
  4. Step 4: Sauté pineapple until cilicium nesciunt.
  5. Step 5: Combine watermelon until trans subvenio tametsi textilis acerbitas.
  6. Step 6: Whisk jasmine rice until coaegresco capitulus utrum.
  7. Step 7: Sauté curry powder until cinis aestas admitto adsuesco aiunt.
  8. Step 8: Stir peanuts until acquiro utrimque.
  9. Step 9: Whisk bonza until tunc undique currus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/145"
)
recipe = res.json()
{
  "id": 145,
  "userId": 123,
  "title": "fluffy Aubergine And Butternut Pumpkin Tart",
  "slug": "fluffy-aubergine-and-butternut-pumpkin-tart-145",
  "description": "Urbs virga conor adulescens illo eos aduro. Sto audeo demoror corrupti territo compono texo conscendo. Ex alter valde.",
  "cuisine": "chinese",
  "difficulty": "medium",
  "prepMinutes": 24,
  "cookMinutes": 1,
  "servings": 8,
  "ingredients": [
    "3.75 cup rhubarb",
    "1.25 cup persimmon",
    "2.5 cup butternut pumpkin",
    "3.5 lb vinegar",
    "3.5 cup grape seed oil",
    "2.25 lb chinese five spice",
    "2.5 oz pecorino",
    "4 lb peas",
    "4 g feta",
    "3.75 g cloves",
    "3.25 g cherries",
    "1 tsp fennel"
  ],
  "instructions": [
    "Step 1: Simmer red cabbage until apud dolorem catena vicissitudo desidero.",
    "Step 2: Sauté anchovies until defleo conitor dolor.",
    "Step 3: Fold ricemilk until certe temptatio assumenda culpa.",
    "Step 4: Sauté pineapple until cilicium nesciunt.",
    "Step 5: Combine watermelon until trans subvenio tametsi textilis acerbitas.",
    "Step 6: Whisk jasmine rice until coaegresco capitulus utrum.",
    "Step 7: Sauté curry powder until cinis aestas admitto adsuesco aiunt.",
    "Step 8: Stir peanuts until acquiro utrimque.",
    "Step 9: Whisk bonza until tunc undique currus."
  ],
  "tags": [
    "low-carb",
    "vegetarian"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-145/1200/800",
  "createdAt": "2025-09-30T01:45:56.577Z",
  "updatedAt": "2025-09-30T01:45:56.577Z"
}
Draftbit