example-data.com

recipes / #182

creamy Currant Pie

creamy Currant Pie

vegan
Prep
9 min
Cook
58 min
Serves
4

Suscipit trado cresco suscipit textor degenero ancilla defessus voluptates odio.

Ingredients

  • • 3.75 tsp wheatgrass juice
  • • 3.75 lb sunflower oil
  • • 2.75 tsp corella pear
  • • 0.5 lb pear
  • • 0.25 oz chestnut
  • • 1.25 g trout
  • • 1 tbsp baking soda
  • • 0.25 g sausages
  • • 2.25 g eggplant

Instructions

  1. Step 1: Whisk milk until mollitia commodo comprehendo turba vereor.
  2. Step 2: Sauté sesame oil until apparatus commemoro.
  3. Step 3: Fold blue eye trevalla until dolore ancilla circumvenio.
  4. Step 4: Stir cayenne until aegrotatio tabernus quis vapulus.
  5. Step 5: Whisk nutritional yeast until tutis tyrannus clam.
  6. Step 6: Combine chickpea until deprimo defetiscor enim bestia.
  7. Step 7: Combine artichoke until patior aut tamdiu.
  8. Step 8: Sauté mahlab until colo delego neque calco.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/182"
)
recipe = res.json()
{
  "id": 182,
  "userId": 101,
  "title": "creamy Currant Pie",
  "slug": "creamy-currant-pie-182",
  "description": "Suscipit trado cresco suscipit textor degenero ancilla defessus voluptates odio.",
  "cuisine": "american",
  "difficulty": "medium",
  "prepMinutes": 9,
  "cookMinutes": 58,
  "servings": 4,
  "ingredients": [
    "3.75 tsp wheatgrass juice",
    "3.75 lb sunflower oil",
    "2.75 tsp corella pear",
    "0.5 lb pear",
    "0.25 oz chestnut",
    "1.25 g trout",
    "1 tbsp baking soda",
    "0.25 g sausages",
    "2.25 g eggplant"
  ],
  "instructions": [
    "Step 1: Whisk milk until mollitia commodo comprehendo turba vereor.",
    "Step 2: Sauté sesame oil until apparatus commemoro.",
    "Step 3: Fold blue eye trevalla until dolore ancilla circumvenio.",
    "Step 4: Stir cayenne until aegrotatio tabernus quis vapulus.",
    "Step 5: Whisk nutritional yeast until tutis tyrannus clam.",
    "Step 6: Combine chickpea until deprimo defetiscor enim bestia.",
    "Step 7: Combine artichoke until patior aut tamdiu.",
    "Step 8: Sauté mahlab until colo delego neque calco."
  ],
  "tags": [
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-182/1200/800",
  "createdAt": "2025-10-07T03:20:25.547Z",
  "updatedAt": "2025-10-07T03:20:25.547Z"
}
Draftbit