example-data.com

recipes / #114

salty Massaman Curry

salty Massaman Curry

Prep
5 min
Cook
88 min
Serves
7

Depromo ocer solitudo. Ter vehemens carpo vigor vito cura neque. Defero aptus tres tenuis compello talus attero dolorem.

Ingredients

  • • 2 g brazil nut
  • • 2 cup blood oranges
  • • 0.75 g polenta
  • • 2 oz zucchini
  • • 0.5 tsp corn syrup
  • • 3.5 g ricotta
  • • 2.25 tbsp celery seed
  • • 3.5 oz brazil nut
  • • 2.75 tbsp cayenne
  • • 1.75 tbsp arborio rice
  • • 4 oz coconut

Instructions

  1. Step 1: Garnish almonds until voluptatem aiunt virga conatus.
  2. Step 2: Simmer cream until considero aegrotatio.
  3. Step 3: Fold flat mushrooms until absconditus ullam verus animadverto depraedor.
  4. Step 4: Fold liver until catena patruus viscus audax.
  5. Step 5: Season paprik until cogito demum cuppedia considero ago.
  6. Step 6: Simmer cumquat until decet vito.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/114"
)
recipe = res.json()
{
  "id": 114,
  "userId": 98,
  "title": "salty Massaman Curry",
  "slug": "salty-massaman-curry-114",
  "description": "Depromo ocer solitudo. Ter vehemens carpo vigor vito cura neque. Defero aptus tres tenuis compello talus attero dolorem.",
  "cuisine": "american",
  "difficulty": "medium",
  "prepMinutes": 5,
  "cookMinutes": 88,
  "servings": 7,
  "ingredients": [
    "2 g brazil nut",
    "2 cup blood oranges",
    "0.75 g polenta",
    "2 oz zucchini",
    "0.5 tsp corn syrup",
    "3.5 g ricotta",
    "2.25 tbsp celery seed",
    "3.5 oz brazil nut",
    "2.75 tbsp cayenne",
    "1.75 tbsp arborio rice",
    "4 oz coconut"
  ],
  "instructions": [
    "Step 1: Garnish almonds until voluptatem aiunt virga conatus.",
    "Step 2: Simmer cream until considero aegrotatio.",
    "Step 3: Fold flat mushrooms until absconditus ullam verus animadverto depraedor.",
    "Step 4: Fold liver until catena patruus viscus audax.",
    "Step 5: Season paprik until cogito demum cuppedia considero ago.",
    "Step 6: Simmer cumquat until decet vito."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-114/1200/800",
  "createdAt": "2026-02-18T03:51:08.837Z",
  "updatedAt": "2026-02-18T03:51:08.837Z"
}
Draftbit