example-data.com

recipes / #221

savory Chilli-crusted Lamb

savory Chilli-crusted Lamb

Prep
51 min
Cook
27 min
Serves
3

Aperte carbo cognomen ocer timidus.

Ingredients

  • • 2.5 g freekeh
  • • 4 tsp feta
  • • 2.5 tsp licorice
  • • 3.5 tsp oyster mushrooms
  • • 2.75 cup buckwheat noodles

Instructions

  1. Step 1: Fold capsicum until addo cruentus sol celo.
  2. Step 2: Garnish juniper berries until vespillo spoliatio maxime cognatus statua.
  3. Step 3: Stir cannellini beans until id spero eligendi.
  4. Step 4: Simmer nori until creber termes artificiose desolo adicio.
  5. Step 5: Combine red lentils until ustilo utpote incidunt artificiose summa.
  6. Step 6: Combine peppermint until demoror vulgo velut.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/221"
)
recipe = res.json()
{
  "id": 221,
  "userId": 119,
  "title": "savory Chilli-crusted Lamb",
  "slug": "savory-chilli-crusted-lamb-221",
  "description": "Aperte carbo cognomen ocer timidus.",
  "cuisine": "indian",
  "difficulty": "easy",
  "prepMinutes": 51,
  "cookMinutes": 27,
  "servings": 3,
  "ingredients": [
    "2.5 g freekeh",
    "4 tsp feta",
    "2.5 tsp licorice",
    "3.5 tsp oyster mushrooms",
    "2.75 cup buckwheat noodles"
  ],
  "instructions": [
    "Step 1: Fold capsicum until addo cruentus sol celo.",
    "Step 2: Garnish juniper berries until vespillo spoliatio maxime cognatus statua.",
    "Step 3: Stir cannellini beans until id spero eligendi.",
    "Step 4: Simmer nori until creber termes artificiose desolo adicio.",
    "Step 5: Combine red lentils until ustilo utpote incidunt artificiose summa.",
    "Step 6: Combine peppermint until demoror vulgo velut."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-221/1200/800",
  "createdAt": "2025-06-07T19:47:16.391Z",
  "updatedAt": "2025-06-07T19:47:16.391Z"
}
Draftbit