example-data.com

recipes / #138

sweet Elderberry And Papaw Tart

sweet Elderberry And Papaw Tart

dairy-free
Prep
39 min
Cook
95 min
Serves
7

Cultura baiulus corpus tondeo tribuo. Caveo cunabula tabella adficio.

Ingredients

  • • 3.75 lb cauliflower
  • • 2.75 oz mussels
  • • 1.75 g agar
  • • 1.5 g papaya
  • • 1.25 cup cacao
  • • 0.75 cup horseradish
  • • 1 g curry powder
  • • 4 g wasabi
  • • 2 oz alfalfa
  • • 3.75 cup broccoli
  • • 3.5 lb squid
  • • 4 lb fennel seeds
  • • 3.75 tbsp iceberg lettuce
  • • 0.75 cup cheddar

Instructions

  1. Step 1: Combine pork until coerceo patrocinor curriculum.
  2. Step 2: Combine camomile until ambitus aeneus adulatio vinco.
  3. Step 3: Stir balsamic vinegar until adiuvo tero soluta solio quas.
  4. Step 4: Fold kidney beans until coma audacia harum thymbra.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/138"
)
recipe = res.json()
{
  "id": 138,
  "userId": 83,
  "title": "sweet Elderberry And Papaw Tart",
  "slug": "sweet-elderberry-and-papaw-tart-138",
  "description": "Cultura baiulus corpus tondeo tribuo. Caveo cunabula tabella adficio.",
  "cuisine": "japanese",
  "difficulty": "medium",
  "prepMinutes": 39,
  "cookMinutes": 95,
  "servings": 7,
  "ingredients": [
    "3.75 lb cauliflower",
    "2.75 oz mussels",
    "1.75 g agar",
    "1.5 g papaya",
    "1.25 cup cacao",
    "0.75 cup horseradish",
    "1 g curry powder",
    "4 g wasabi",
    "2 oz alfalfa",
    "3.75 cup broccoli",
    "3.5 lb squid",
    "4 lb fennel seeds",
    "3.75 tbsp iceberg lettuce",
    "0.75 cup cheddar"
  ],
  "instructions": [
    "Step 1: Combine pork until coerceo patrocinor curriculum.",
    "Step 2: Combine camomile until ambitus aeneus adulatio vinco.",
    "Step 3: Stir balsamic vinegar until adiuvo tero soluta solio quas.",
    "Step 4: Fold kidney beans until coma audacia harum thymbra."
  ],
  "tags": [
    "dairy-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-138/1200/800",
  "createdAt": "2025-12-11T22:32:25.681Z",
  "updatedAt": "2025-12-11T22:32:25.681Z"
}
Draftbit