example-data.com

recipes / #9

fluffy Guava And Custard Apple Tart

fluffy Guava And Custard Apple Tart

Prep
18 min
Cook
72 min
Serves
8

Xiphias appello voveo tabgo iusto. Correptius spero rem.

Ingredients

  • • 0.75 g turnips
  • • 1.25 lb almond oil
  • • 1 lb cranberry
  • • 2.25 tbsp endive
  • • 3.25 cup curry leaves
  • • 0.5 tsp beef stock
  • • 1.75 g jicama
  • • 1.75 cup nectarines
  • • 2.75 lb jarrahdale pumpkin

Instructions

  1. Step 1: Combine hot smoked salmon until color arca.
  2. Step 2: Season celery seed until tepesco abduco solum.
  3. Step 3: Simmer star fruit until ventito audax.
  4. Step 4: Stir lime leaves until socius corrigo demens chirographum.
  5. Step 5: Garnish peas until ultra velum summisse vespillo.
  6. Step 6: Garnish soymilk until animadverto cariosus vulgaris depono.
  7. Step 7: Season borlotti beans until appello certe.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/9"
)
recipe = res.json()
{
  "id": 9,
  "userId": 159,
  "title": "fluffy Guava And Custard Apple Tart",
  "slug": "fluffy-guava-and-custard-apple-tart-9",
  "description": "Xiphias appello voveo tabgo iusto. Correptius spero rem.",
  "cuisine": "american",
  "difficulty": "hard",
  "prepMinutes": 18,
  "cookMinutes": 72,
  "servings": 8,
  "ingredients": [
    "0.75 g turnips",
    "1.25 lb almond oil",
    "1 lb cranberry",
    "2.25 tbsp endive",
    "3.25 cup curry leaves",
    "0.5 tsp beef stock",
    "1.75 g jicama",
    "1.75 cup nectarines",
    "2.75 lb jarrahdale pumpkin"
  ],
  "instructions": [
    "Step 1: Combine hot smoked salmon until color arca.",
    "Step 2: Season celery seed until tepesco abduco solum.",
    "Step 3: Simmer star fruit until ventito audax.",
    "Step 4: Stir lime leaves until socius corrigo demens chirographum.",
    "Step 5: Garnish peas until ultra velum summisse vespillo.",
    "Step 6: Garnish soymilk until animadverto cariosus vulgaris depono.",
    "Step 7: Season borlotti beans until appello certe."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-9/1200/800",
  "createdAt": "2025-02-05T00:50:53.864Z",
  "updatedAt": "2025-02-05T00:50:53.864Z"
}
Draftbit