example-data.com

recipes / #90

spicy Lasagne

spicy Lasagne

veganweeknight
Prep
25 min
Cook
138 min
Serves
4

Appello tabesco facilis.

Ingredients

  • • 2.5 tbsp curry powder
  • • 1.75 lb oat flour
  • • 4 tsp tofu
  • • 2 lb blue swimmer crab
  • • 1.75 cup balsamic vinegar
  • • 2.25 cup wholemeal
  • • 3 g brown flour
  • • 3.75 oz rice flour
  • • 1.25 tbsp dill

Instructions

  1. Step 1: Combine flounder until crastinus voluptate tego tolero.
  2. Step 2: Sauté polenta until ciminatio acsi aliquam patior termes.
  3. Step 3: Fold mountain bread until alveus inventore venio tabgo.
  4. Step 4: Simmer hijiki until audeo canonicus amplitudo abundans vulariter.
  5. Step 5: Fold eggs until demulceo arbustum.
  6. Step 6: Simmer lobster until addo cursus suscipit.
  7. Step 7: Sauté fenugreek until demitto crudelis ipsum infit.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/90"
)
recipe = res.json()
{
  "id": 90,
  "userId": 237,
  "title": "spicy Lasagne",
  "slug": "spicy-lasagne-90",
  "description": "Appello tabesco facilis.",
  "cuisine": "mexican",
  "difficulty": "hard",
  "prepMinutes": 25,
  "cookMinutes": 138,
  "servings": 4,
  "ingredients": [
    "2.5 tbsp curry powder",
    "1.75 lb oat flour",
    "4 tsp tofu",
    "2 lb blue swimmer crab",
    "1.75 cup balsamic vinegar",
    "2.25 cup wholemeal",
    "3 g brown flour",
    "3.75 oz rice flour",
    "1.25 tbsp dill"
  ],
  "instructions": [
    "Step 1: Combine flounder until crastinus voluptate tego tolero.",
    "Step 2: Sauté polenta until ciminatio acsi aliquam patior termes.",
    "Step 3: Fold mountain bread until alveus inventore venio tabgo.",
    "Step 4: Simmer hijiki until audeo canonicus amplitudo abundans vulariter.",
    "Step 5: Fold eggs until demulceo arbustum.",
    "Step 6: Simmer lobster until addo cursus suscipit.",
    "Step 7: Sauté fenugreek until demitto crudelis ipsum infit."
  ],
  "tags": [
    "vegan",
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-90/1200/800",
  "createdAt": "2025-11-05T08:22:51.059Z",
  "updatedAt": "2025-11-05T08:22:51.059Z"
}
Draftbit