example-data.com

recipes / #198

zesty Fresh Goose With Butternut Lettuce

zesty Fresh Goose With Butternut Lettuce

comfortfamily
Prep
53 min
Cook
53 min
Serves
3

Calamitas abutor cupressus thermae voluntarius vir id dedecor deficio. Toties tot volo tutis.

Ingredients

  • • 0.5 lb hokkien noodles
  • • 3 lb honeydew melon
  • • 0.5 tbsp tangelo
  • • 1.25 tbsp beef stock
  • • 3 g turkey
  • • 3.5 tbsp cardamom
  • • 2.25 tbsp kale
  • • 3 tbsp flat mushrooms
  • • 2 oz soy beans
  • • 2 g black eyed beans
  • • 1.25 tsp loquats
  • • 4 cup fruit

Instructions

  1. Step 1: Sauté haricot beans until deprimo coma.
  2. Step 2: Stir sunflower seeds until caste adfectus clamo fugiat.
  3. Step 3: Season rice syrup until amiculum sublime.
  4. Step 4: Whisk carrot until aspernatur candidus.
  5. Step 5: Garnish bay leaves until ater ager architecto aeger nisi.
  6. Step 6: Simmer trout until cruentus appositus succedo.
  7. Step 7: Garnish white wine vinegar until tandem temporibus depraedor quibusdam odit.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/198"
)
recipe = res.json()
{
  "id": 198,
  "userId": 21,
  "title": "zesty Fresh Goose With Butternut Lettuce",
  "slug": "zesty-fresh-goose-with-butternut-lettuce-198",
  "description": "Calamitas abutor cupressus thermae voluntarius vir id dedecor deficio. Toties tot volo tutis.",
  "cuisine": "vietnamese",
  "difficulty": "medium",
  "prepMinutes": 53,
  "cookMinutes": 53,
  "servings": 3,
  "ingredients": [
    "0.5 lb hokkien noodles",
    "3 lb honeydew melon",
    "0.5 tbsp tangelo",
    "1.25 tbsp beef stock",
    "3 g turkey",
    "3.5 tbsp cardamom",
    "2.25 tbsp kale",
    "3 tbsp flat mushrooms",
    "2 oz soy beans",
    "2 g black eyed beans",
    "1.25 tsp loquats",
    "4 cup fruit"
  ],
  "instructions": [
    "Step 1: Sauté haricot beans until deprimo coma.",
    "Step 2: Stir sunflower seeds until caste adfectus clamo fugiat.",
    "Step 3: Season rice syrup until amiculum sublime.",
    "Step 4: Whisk carrot until aspernatur candidus.",
    "Step 5: Garnish bay leaves until ater ager architecto aeger nisi.",
    "Step 6: Simmer trout until cruentus appositus succedo.",
    "Step 7: Garnish white wine vinegar until tandem temporibus depraedor quibusdam odit."
  ],
  "tags": [
    "comfort",
    "family"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-198/1200/800",
  "createdAt": "2025-02-19T08:02:38.414Z",
  "updatedAt": "2025-02-19T08:02:38.414Z"
}
Draftbit