example-data.com

recipes / #77

delicious Pasta And Beans

delicious Pasta And Beans

low-carbvegetariancomfortweeknight
Prep
49 min
Cook
167 min
Serves
2

Talus acer capitulus.

Ingredients

  • • 2 g vegetable stock
  • • 1.25 cup cavalo
  • • 3.5 oz choy sum
  • • 2.75 tbsp watercress
  • • 2 tsp monkfish
  • • 0.5 tbsp mangosteens
  • • 1 oz asafoetida
  • • 2.5 lb mahi mahi

Instructions

  1. Step 1: Simmer sage until bardus stips beatus cresco ceno.
  2. Step 2: Combine aniseed until verus adflicto aliquid venio tamquam.
  3. Step 3: Sauté mung beans until cervus balbus.
  4. Step 4: Fold jicama until apostolus acidus aptus ante.
  5. Step 5: Sauté poppy seed until caute votum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/77"
)
recipe = res.json()
{
  "id": 77,
  "userId": 186,
  "title": "delicious Pasta And Beans",
  "slug": "delicious-pasta-and-beans-77",
  "description": "Talus acer capitulus.",
  "cuisine": "american",
  "difficulty": "hard",
  "prepMinutes": 49,
  "cookMinutes": 167,
  "servings": 2,
  "ingredients": [
    "2 g vegetable stock",
    "1.25 cup cavalo",
    "3.5 oz choy sum",
    "2.75 tbsp watercress",
    "2 tsp monkfish",
    "0.5 tbsp mangosteens",
    "1 oz asafoetida",
    "2.5 lb mahi mahi"
  ],
  "instructions": [
    "Step 1: Simmer sage until bardus stips beatus cresco ceno.",
    "Step 2: Combine aniseed until verus adflicto aliquid venio tamquam.",
    "Step 3: Sauté mung beans until cervus balbus.",
    "Step 4: Fold jicama until apostolus acidus aptus ante.",
    "Step 5: Sauté poppy seed until caute votum."
  ],
  "tags": [
    "low-carb",
    "vegetarian",
    "comfort",
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-77/1200/800",
  "createdAt": "2025-07-04T14:43:29.597Z",
  "updatedAt": "2025-07-04T14:43:29.597Z"
}
Draftbit