example-data.com

recipes / #185

tender Peking Duck

tender Peking Duck

healthyhigh-proteinspicy
Prep
29 min
Cook
87 min
Serves
5

Asper decet territo cribro deporto voluptatum arca. Quaerat decens carbo vitae depromo. Sordeo suspendo comes.

Ingredients

  • • 3 tbsp edam
  • • 3.75 oz aubergine
  • • 2.25 tsp coffee
  • • 1 tbsp kombu
  • • 1 tbsp flour
  • • 1 oz nashi pear
  • • 2 oz brazil nut
  • • 1.75 oz muesli
  • • 0.75 oz buckwheat
  • • 3 cup maple syrup

Instructions

  1. Step 1: Combine longan until illum voco suppono.
  2. Step 2: Whisk sake until utroque saepe arx valde timidus.
  3. Step 3: Simmer bonito flakes until depromo tabesco sub.
  4. Step 4: Garnish kiwi fruit until cimentarius collum alias.
  5. Step 5: Season enoki mushrooms until derelinquo caste complectus umbra alienus.
  6. Step 6: Stir tinned until vulnus aegrus capitulus assentator atrocitas.
  7. Step 7: Simmer pecan nut until usus illum vulgus cogo explicabo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/185"
)
recipe = res.json()
{
  "id": 185,
  "userId": 63,
  "title": "tender Peking Duck",
  "slug": "tender-peking-duck-185",
  "description": "Asper decet territo cribro deporto voluptatum arca. Quaerat decens carbo vitae depromo. Sordeo suspendo comes.",
  "cuisine": "italian",
  "difficulty": "medium",
  "prepMinutes": 29,
  "cookMinutes": 87,
  "servings": 5,
  "ingredients": [
    "3 tbsp edam",
    "3.75 oz aubergine",
    "2.25 tsp coffee",
    "1 tbsp kombu",
    "1 tbsp flour",
    "1 oz nashi pear",
    "2 oz brazil nut",
    "1.75 oz muesli",
    "0.75 oz buckwheat",
    "3 cup maple syrup"
  ],
  "instructions": [
    "Step 1: Combine longan until illum voco suppono.",
    "Step 2: Whisk sake until utroque saepe arx valde timidus.",
    "Step 3: Simmer bonito flakes until depromo tabesco sub.",
    "Step 4: Garnish kiwi fruit until cimentarius collum alias.",
    "Step 5: Season enoki mushrooms until derelinquo caste complectus umbra alienus.",
    "Step 6: Stir tinned until vulnus aegrus capitulus assentator atrocitas.",
    "Step 7: Simmer pecan nut until usus illum vulgus cogo explicabo."
  ],
  "tags": [
    "healthy",
    "high-protein",
    "spicy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-185/1200/800",
  "createdAt": "2024-05-23T21:19:33.345Z",
  "updatedAt": "2024-05-23T21:19:33.345Z"
}
Draftbit