example-data.com

recipes / #234

tangy Smoky Kazakh Stew

tangy Smoky Kazakh Stew

spicyweeknightvegetariancomfort
Prep
18 min
Cook
146 min
Serves
8

Caritas adeptio tunc tergeo textilis cena vulgo. Truculenter carcer denego versus molestiae ago delectatio. Venia desipio cado.

Ingredients

  • • 4 lb swiss chard
  • • 2.75 g radish
  • • 1.25 oz lime leaves
  • • 2.5 lb pineapple
  • • 3.5 g fennel seeds
  • • 4 tsp tamari
  • • 3.25 oz spelt

Instructions

  1. Step 1: Whisk rice paper until verumtamen aiunt.
  2. Step 2: Simmer horseradish until tam absque cohaero.
  3. Step 3: Season duck until vel adsidue depopulo.
  4. Step 4: Combine corn tortilla until verumtamen ambulo adamo.
  5. Step 5: Sauté brussels sprouts until in vir.
  6. Step 6: Garnish shiitake mushrooms until caput cometes.
  7. Step 7: Whisk artichoke until basium coaegresco patria.
  8. Step 8: Fold pumpkin until sto decipio vallum.
  9. Step 9: Whisk red wine until cubitum angulus corporis fuga doloribus.
  10. Step 10: Fold lemongrass until argumentum bellicus taceo conservo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/234"
)
recipe = res.json()
{
  "id": 234,
  "userId": 224,
  "title": "tangy Smoky Kazakh Stew",
  "slug": "tangy-smoky-kazakh-stew-234",
  "description": "Caritas adeptio tunc tergeo textilis cena vulgo. Truculenter carcer denego versus molestiae ago delectatio. Venia desipio cado.",
  "cuisine": "thai",
  "difficulty": "easy",
  "prepMinutes": 18,
  "cookMinutes": 146,
  "servings": 8,
  "ingredients": [
    "4 lb swiss chard",
    "2.75 g radish",
    "1.25 oz lime leaves",
    "2.5 lb pineapple",
    "3.5 g fennel seeds",
    "4 tsp tamari",
    "3.25 oz spelt"
  ],
  "instructions": [
    "Step 1: Whisk rice paper until verumtamen aiunt.",
    "Step 2: Simmer horseradish until tam absque cohaero.",
    "Step 3: Season duck until vel adsidue depopulo.",
    "Step 4: Combine corn tortilla until verumtamen ambulo adamo.",
    "Step 5: Sauté brussels sprouts until in vir.",
    "Step 6: Garnish shiitake mushrooms until caput cometes.",
    "Step 7: Whisk artichoke until basium coaegresco patria.",
    "Step 8: Fold pumpkin until sto decipio vallum.",
    "Step 9: Whisk red wine until cubitum angulus corporis fuga doloribus.",
    "Step 10: Fold lemongrass until argumentum bellicus taceo conservo."
  ],
  "tags": [
    "spicy",
    "weeknight",
    "vegetarian",
    "comfort"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-234/1200/800",
  "createdAt": "2025-05-29T22:11:32.500Z",
  "updatedAt": "2025-05-29T22:11:32.500Z"
}
Draftbit