example-data.com

recipes / #177

crispy Massaman Curry

crispy Massaman Curry

family
Prep
46 min
Cook
169 min
Serves
1

Cupio qui acerbitas celer. Armarium vindico tenetur pecus antepono. Ceno thesis aveho vivo tui.

Ingredients

  • • 2.75 tbsp tempeh
  • • 3.5 tsp kenchur
  • • 0.5 lb peppers
  • • 0.75 cup camembert
  • • 1.5 g hijiki
  • • 1.75 lb tuna
  • • 2.5 tbsp bocconcini
  • • 0.75 cup figs
  • • 3.25 tbsp butternut lettuce
  • • 2.5 lb red lentils
  • • 1.25 oz sour dough bread
  • • 4 tbsp kokam
  • • 3 tbsp peaches

Instructions

  1. Step 1: Garnish bran until ambitus pariatur arca deficio voluntarius.
  2. Step 2: Sauté brazil nut until campana velut vado.
  3. Step 3: Sauté fennel until thorax aveho distinctio.
  4. Step 4: Sauté tapioca until beatus tempore toties.
  5. Step 5: Combine spelt until abstergo adfero vorax.
  6. Step 6: Garnish white bread until aufero adsidue ubi deleo.
  7. Step 7: Combine zucchini until correptius vergo patria soleo.
  8. Step 8: Fold green beans until canis compello voluntarius.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/177"
)
recipe = res.json()
{
  "id": 177,
  "userId": 235,
  "title": "crispy Massaman Curry",
  "slug": "crispy-massaman-curry-177",
  "description": "Cupio qui acerbitas celer. Armarium vindico tenetur pecus antepono. Ceno thesis aveho vivo tui.",
  "cuisine": "vietnamese",
  "difficulty": "hard",
  "prepMinutes": 46,
  "cookMinutes": 169,
  "servings": 1,
  "ingredients": [
    "2.75 tbsp tempeh",
    "3.5 tsp kenchur",
    "0.5 lb peppers",
    "0.75 cup camembert",
    "1.5 g hijiki",
    "1.75 lb tuna",
    "2.5 tbsp bocconcini",
    "0.75 cup figs",
    "3.25 tbsp butternut lettuce",
    "2.5 lb red lentils",
    "1.25 oz sour dough bread",
    "4 tbsp kokam",
    "3 tbsp peaches"
  ],
  "instructions": [
    "Step 1: Garnish bran until ambitus pariatur arca deficio voluntarius.",
    "Step 2: Sauté brazil nut until campana velut vado.",
    "Step 3: Sauté fennel until thorax aveho distinctio.",
    "Step 4: Sauté tapioca until beatus tempore toties.",
    "Step 5: Combine spelt until abstergo adfero vorax.",
    "Step 6: Garnish white bread until aufero adsidue ubi deleo.",
    "Step 7: Combine zucchini until correptius vergo patria soleo.",
    "Step 8: Fold green beans until canis compello voluntarius."
  ],
  "tags": [
    "family"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-177/1200/800",
  "createdAt": "2026-04-02T21:47:31.523Z",
  "updatedAt": "2026-04-02T21:47:31.523Z"
}
Draftbit