example-data.com

recipes / #135

smoky Ricotta Stuffed Ravioli

smoky Ricotta Stuffed Ravioli

comfort
Prep
33 min
Cook
127 min
Serves
1

Absorbeo spargo adhuc sufficio denique damno ciminatio quod eius.

Ingredients

  • • 1.25 oz dill
  • • 3.5 oz pomegranate
  • • 3.75 oz vinegar
  • • 3.25 g tamari
  • • 2 tsp flaxseed
  • • 3.75 oz fenugreek
  • • 2.5 cup lychees
  • • 3.75 g white wine vinegar
  • • 0.25 lb fennel
  • • 0.5 lb cocoa powder
  • • 1.5 tsp cottage cheese
  • • 1.75 tbsp barberry

Instructions

  1. Step 1: Fold achacha until umbra ventito spero.
  2. Step 2: Season crabs until curis iusto vero.
  3. Step 3: Whisk rice flour until amissio auctus tametsi tracto adduco.
  4. Step 4: Combine coriander seed until barba aut.
  5. Step 5: Stir swiss chard until decipio ipsum.
  6. Step 6: Fold scallops until thesaurus titulus tepesco conturbo.
  7. Step 7: Combine marjoram until synagoga stipes angustus vomica.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/135"
)
recipe = res.json()
{
  "id": 135,
  "userId": 138,
  "title": "smoky Ricotta Stuffed Ravioli",
  "slug": "smoky-ricotta-stuffed-ravioli-135",
  "description": "Absorbeo spargo adhuc sufficio denique damno ciminatio quod eius.",
  "cuisine": "chinese",
  "difficulty": "medium",
  "prepMinutes": 33,
  "cookMinutes": 127,
  "servings": 1,
  "ingredients": [
    "1.25 oz dill",
    "3.5 oz pomegranate",
    "3.75 oz vinegar",
    "3.25 g tamari",
    "2 tsp flaxseed",
    "3.75 oz fenugreek",
    "2.5 cup lychees",
    "3.75 g white wine vinegar",
    "0.25 lb fennel",
    "0.5 lb cocoa powder",
    "1.5 tsp cottage cheese",
    "1.75 tbsp barberry"
  ],
  "instructions": [
    "Step 1: Fold achacha until umbra ventito spero.",
    "Step 2: Season crabs until curis iusto vero.",
    "Step 3: Whisk rice flour until amissio auctus tametsi tracto adduco.",
    "Step 4: Combine coriander seed until barba aut.",
    "Step 5: Stir swiss chard until decipio ipsum.",
    "Step 6: Fold scallops until thesaurus titulus tepesco conturbo.",
    "Step 7: Combine marjoram until synagoga stipes angustus vomica."
  ],
  "tags": [
    "comfort"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-135/1200/800",
  "createdAt": "2025-05-23T15:25:29.460Z",
  "updatedAt": "2025-05-23T15:25:29.460Z"
}
Draftbit