example-data.com

recipes / #3

sour Chillies-crusted Lamb

sour Chillies-crusted Lamb

Prep
31 min
Cook
170 min
Serves
6

Cometes cibus supra pecto cernuus peccatus deficio advoco crux.

Ingredients

  • • 3.5 oz safflower oil
  • • 4 oz quince
  • • 2.5 oz bonza
  • • 2.75 cup papaw
  • • 2.75 oz spelt bread
  • • 2.75 tbsp cheddar
  • • 3.75 oz carob carrot
  • • 4 g smoked trout
  • • 3 cup blackberries

Instructions

  1. Step 1: Sauté jasmine rice until necessitatibus crux adamo impedit synagoga.
  2. Step 2: Combine star fruit until quod vociferor arbitro valeo.
  3. Step 3: Simmer nashi pear until tabella aptus audacia.
  4. Step 4: Fold gula melaka until coruscus annus asper copia.
  5. Step 5: Simmer oats until charisma vociferor pariatur.
  6. Step 6: Sauté lavender flowers until apto capitulus modi adhuc.
  7. Step 7: Garnish white wine vinegar until statim sumptus.
  8. Step 8: Sauté spelt until cetera vallum magnam solvo.
  9. Step 9: Combine sunflower oil until thorax non.
  10. Step 10: Whisk curry powder until vilis a virgo despecto civitas.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/3"
)
recipe = res.json()
{
  "id": 3,
  "userId": 196,
  "title": "sour Chillies-crusted Lamb",
  "slug": "sour-chillies-crusted-lamb-3",
  "description": "Cometes cibus supra pecto cernuus peccatus deficio advoco crux.",
  "cuisine": "american",
  "difficulty": "easy",
  "prepMinutes": 31,
  "cookMinutes": 170,
  "servings": 6,
  "ingredients": [
    "3.5 oz safflower oil",
    "4 oz quince",
    "2.5 oz bonza",
    "2.75 cup papaw",
    "2.75 oz spelt bread",
    "2.75 tbsp cheddar",
    "3.75 oz carob carrot",
    "4 g smoked trout",
    "3 cup blackberries"
  ],
  "instructions": [
    "Step 1: Sauté jasmine rice until necessitatibus crux adamo impedit synagoga.",
    "Step 2: Combine star fruit until quod vociferor arbitro valeo.",
    "Step 3: Simmer nashi pear until tabella aptus audacia.",
    "Step 4: Fold gula melaka until coruscus annus asper copia.",
    "Step 5: Simmer oats until charisma vociferor pariatur.",
    "Step 6: Sauté lavender flowers until apto capitulus modi adhuc.",
    "Step 7: Garnish white wine vinegar until statim sumptus.",
    "Step 8: Sauté spelt until cetera vallum magnam solvo.",
    "Step 9: Combine sunflower oil until thorax non.",
    "Step 10: Whisk curry powder until vilis a virgo despecto civitas."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-3/1200/800",
  "createdAt": "2025-08-04T05:01:15.365Z",
  "updatedAt": "2025-08-04T05:01:15.365Z"
}
Draftbit