example-data.com

recipes / #5

tender Pasta Carbonara

tender Pasta Carbonara

comfortveganweeknighthealthy
Prep
17 min
Cook
35 min
Serves
8

Trans videlicet vulariter una celebrer tepesco ultra sulum supplanto bellicus. Solitudo decor deprimo nesciunt.

Ingredients

  • • 2.5 tbsp blue swimmer crab
  • • 1.5 oz garam masala
  • • 1.5 oz butter beans
  • • 0.5 g hazelnut
  • • 2.5 lb choy sum

Instructions

  1. Step 1: Garnish kombu until doloremque aperio.
  2. Step 2: Sauté pork until comparo cimentarius.
  3. Step 3: Simmer feijoa until audentia verbum.
  4. Step 4: Whisk squid until decerno calco.
  5. Step 5: Fold wholewheat flour until strues turba depono.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/5"
)
recipe = res.json()
{
  "id": 5,
  "userId": 179,
  "title": "tender Pasta Carbonara",
  "slug": "tender-pasta-carbonara-5",
  "description": "Trans videlicet vulariter una celebrer tepesco ultra sulum supplanto bellicus. Solitudo decor deprimo nesciunt.",
  "cuisine": "indian",
  "difficulty": "hard",
  "prepMinutes": 17,
  "cookMinutes": 35,
  "servings": 8,
  "ingredients": [
    "2.5 tbsp blue swimmer crab",
    "1.5 oz garam masala",
    "1.5 oz butter beans",
    "0.5 g hazelnut",
    "2.5 lb choy sum"
  ],
  "instructions": [
    "Step 1: Garnish kombu until doloremque aperio.",
    "Step 2: Sauté pork until comparo cimentarius.",
    "Step 3: Simmer feijoa until audentia verbum.",
    "Step 4: Whisk squid until decerno calco.",
    "Step 5: Fold wholewheat flour until strues turba depono."
  ],
  "tags": [
    "comfort",
    "vegan",
    "weeknight",
    "healthy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-5/1200/800",
  "createdAt": "2026-02-22T01:38:51.719Z",
  "updatedAt": "2026-02-22T01:38:51.719Z"
}
Draftbit