example-data.com

recipes / #240

savory Stevia And Lamb Pie

savory Stevia And Lamb Pie

comfortveganweeknight
Prep
32 min
Cook
169 min
Serves
5

Conatus eaque voluptate verbera tempore ascit recusandae.

Ingredients

  • • 3.75 oz kiwi fruit
  • • 3 cup kidney beans
  • • 2 tsp oysters
  • • 3.75 lb cheddar
  • • 4 lb asian greens
  • • 0.25 oz sesame oil
  • • 3 tsp soy milk
  • • 3.25 lb wakame
  • • 1 g olives
  • • 2.5 tbsp blue swimmer crab
  • • 2 g crabs

Instructions

  1. Step 1: Whisk oysters until victus totam cultellus.
  2. Step 2: Whisk chia seeds until vae caries.
  3. Step 3: Whisk nashi pear until ventosus error vereor.
  4. Step 4: Combine oyster sauce until nam urbs tempus.
  5. Step 5: Combine carob carrot until arbitro rerum capio defessus.
  6. Step 6: Stir rye bread until officia colo cultellus tam angulus.
  7. Step 7: Fold polenta until toties depopulo rem stips.
  8. Step 8: Garnish grapes until pecus peccatus curriculum textus vel.
  9. Step 9: Stir endive until sed deprecator spero.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/240"
)
recipe = res.json()
{
  "id": 240,
  "userId": 69,
  "title": "savory Stevia And Lamb Pie",
  "slug": "savory-stevia-and-lamb-pie-240",
  "description": "Conatus eaque voluptate verbera tempore ascit recusandae.",
  "cuisine": "vietnamese",
  "difficulty": "easy",
  "prepMinutes": 32,
  "cookMinutes": 169,
  "servings": 5,
  "ingredients": [
    "3.75 oz kiwi fruit",
    "3 cup kidney beans",
    "2 tsp oysters",
    "3.75 lb cheddar",
    "4 lb asian greens",
    "0.25 oz sesame oil",
    "3 tsp soy milk",
    "3.25 lb wakame",
    "1 g olives",
    "2.5 tbsp blue swimmer crab",
    "2 g crabs"
  ],
  "instructions": [
    "Step 1: Whisk oysters until victus totam cultellus.",
    "Step 2: Whisk chia seeds until vae caries.",
    "Step 3: Whisk nashi pear until ventosus error vereor.",
    "Step 4: Combine oyster sauce until nam urbs tempus.",
    "Step 5: Combine carob carrot until arbitro rerum capio defessus.",
    "Step 6: Stir rye bread until officia colo cultellus tam angulus.",
    "Step 7: Fold polenta until toties depopulo rem stips.",
    "Step 8: Garnish grapes until pecus peccatus curriculum textus vel.",
    "Step 9: Stir endive until sed deprecator spero."
  ],
  "tags": [
    "comfort",
    "vegan",
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-240/1200/800",
  "createdAt": "2025-10-12T09:15:46.987Z",
  "updatedAt": "2025-10-12T09:15:46.987Z"
}
Draftbit