example-data.com

recipes / #159

spicy Tender Arab Stew

spicy Tender Arab Stew

weeknight
Prep
35 min
Cook
77 min
Serves
2

Traho tabesco voluntarius vulnero adiuvo sublime blandior. Denuncio caritas incidunt nesciunt aeneus. Correptius usus turba auditor approbo incidunt decens tot dedecor.

Ingredients

  • • 3.25 lb asafoetida
  • • 2.25 cup albacore tuna
  • • 0.75 cup papaya
  • • 0.25 g pumpkin
  • • 3.25 tsp molasses
  • • 1.25 tbsp chicken
  • • 3 tsp pandanus leaves
  • • 2 tbsp corn tortilla
  • • 0.25 oz curry powder
  • • 3.25 tsp celery seed
  • • 2.25 cup hummus

Instructions

  1. Step 1: Season cumin until deduco admiratio.
  2. Step 2: Combine oyster mushrooms until valetudo tutis demo.
  3. Step 3: Fold canola oil until defendo considero.
  4. Step 4: Stir beef until cubicularis crustulum quaerat.
  5. Step 5: Garnish kohlrabi until pecus consequatur adhaero damnatio auctus.
  6. Step 6: Whisk curry powder until turba tabgo conturbo bibo paulatim.
  7. Step 7: Sauté marigold until temporibus amissio.
  8. Step 8: Fold redfish until summopere claustrum bellicus.
  9. Step 9: Garnish baking soda until numquam conservo tribuo tempore.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/159"
)
recipe = res.json()
{
  "id": 159,
  "userId": 95,
  "title": "spicy Tender Arab Stew",
  "slug": "spicy-tender-arab-stew-159",
  "description": "Traho tabesco voluntarius vulnero adiuvo sublime blandior. Denuncio caritas incidunt nesciunt aeneus. Correptius usus turba auditor approbo incidunt decens tot dedecor.",
  "cuisine": "mexican",
  "difficulty": "hard",
  "prepMinutes": 35,
  "cookMinutes": 77,
  "servings": 2,
  "ingredients": [
    "3.25 lb asafoetida",
    "2.25 cup albacore tuna",
    "0.75 cup papaya",
    "0.25 g pumpkin",
    "3.25 tsp molasses",
    "1.25 tbsp chicken",
    "3 tsp pandanus leaves",
    "2 tbsp corn tortilla",
    "0.25 oz curry powder",
    "3.25 tsp celery seed",
    "2.25 cup hummus"
  ],
  "instructions": [
    "Step 1: Season cumin until deduco admiratio.",
    "Step 2: Combine oyster mushrooms until valetudo tutis demo.",
    "Step 3: Fold canola oil until defendo considero.",
    "Step 4: Stir beef until cubicularis crustulum quaerat.",
    "Step 5: Garnish kohlrabi until pecus consequatur adhaero damnatio auctus.",
    "Step 6: Whisk curry powder until turba tabgo conturbo bibo paulatim.",
    "Step 7: Sauté marigold until temporibus amissio.",
    "Step 8: Fold redfish until summopere claustrum bellicus.",
    "Step 9: Garnish baking soda until numquam conservo tribuo tempore."
  ],
  "tags": [
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-159/1200/800",
  "createdAt": "2025-04-08T07:51:45.930Z",
  "updatedAt": "2025-04-08T07:51:45.930Z"
}
Draftbit