example-data.com

recipes / #18

sweet Tender Chinese Stew

sweet Tender Chinese Stew

weeknighthealthyspicycomfort
Prep
59 min
Cook
15 min
Serves
3

Urbs assumenda teneo vigilo apud advenio numquam. Absens causa demonstro compello auctus coma dolorum usus animi barba. Voro sufficio vomer acceptus curatio quae commemoro ubi aestus collum.

Ingredients

  • • 2.75 lb balsamic vinegar
  • • 3.5 cup nutmeg
  • • 4 lb walnut
  • • 3 cup shiitake mushrooms
  • • 2.5 tsp melon
  • • 3.25 cup taleggio cheese

Instructions

  1. Step 1: Stir white flour until torrens attollo canis temporibus tamdiu.
  2. Step 2: Combine whiting wild rice until ocer deripio depereo.
  3. Step 3: Whisk marjoram until auctor bonus.
  4. Step 4: Fold sesame seeds until agnitio repellendus ad.
  5. Step 5: Simmer feijoa until taceo commodo aperte.
  6. Step 6: Simmer olive oil until cum modi cruentus coniuratio.
  7. Step 7: Combine annatto seed until damnatio corpus trado arca.
  8. Step 8: Garnish rye until tenax celer itaque carus acies.
  9. Step 9: Whisk corn oil until quos bellum uredo.
  10. Step 10: Stir cottage cheese until rerum reiciendis harum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/18"
)
recipe = res.json()
{
  "id": 18,
  "userId": 60,
  "title": "sweet Tender Chinese Stew",
  "slug": "sweet-tender-chinese-stew-18",
  "description": "Urbs assumenda teneo vigilo apud advenio numquam. Absens causa demonstro compello auctus coma dolorum usus animi barba. Voro sufficio vomer acceptus curatio quae commemoro ubi aestus collum.",
  "cuisine": "french",
  "difficulty": "hard",
  "prepMinutes": 59,
  "cookMinutes": 15,
  "servings": 3,
  "ingredients": [
    "2.75 lb balsamic vinegar",
    "3.5 cup nutmeg",
    "4 lb walnut",
    "3 cup shiitake mushrooms",
    "2.5 tsp melon",
    "3.25 cup taleggio cheese"
  ],
  "instructions": [
    "Step 1: Stir white flour until torrens attollo canis temporibus tamdiu.",
    "Step 2: Combine whiting wild rice until ocer deripio depereo.",
    "Step 3: Whisk marjoram until auctor bonus.",
    "Step 4: Fold sesame seeds until agnitio repellendus ad.",
    "Step 5: Simmer feijoa until taceo commodo aperte.",
    "Step 6: Simmer olive oil until cum modi cruentus coniuratio.",
    "Step 7: Combine annatto seed until damnatio corpus trado arca.",
    "Step 8: Garnish rye until tenax celer itaque carus acies.",
    "Step 9: Whisk corn oil until quos bellum uredo.",
    "Step 10: Stir cottage cheese until rerum reiciendis harum."
  ],
  "tags": [
    "weeknight",
    "healthy",
    "spicy",
    "comfort"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-18/1200/800",
  "createdAt": "2026-01-30T15:17:44.188Z",
  "updatedAt": "2026-01-30T15:17:44.188Z"
}
Draftbit