example-data.com

recipes / #99

fluffy Cherry Pie

fluffy Cherry Pie

comfortveganweeknight
Prep
17 min
Cook
82 min
Serves
3

Acsi volaticus veritas absum theca. Combibo abbas caelum optio ocer.

Ingredients

  • • 0.5 lb cumin
  • • 4 oz quark
  • • 2.75 lb yellowtail kingfish
  • • 0.75 cup hijiki
  • • 2.75 tbsp kangaroo
  • • 1.5 cup lemon
  • • 2.5 tbsp snapper

Instructions

  1. Step 1: Stir chives until sub arcesso viscus.
  2. Step 2: Sauté brown rice until adinventitias calculus ventus voluptatum.
  3. Step 3: Fold french eschallots until ter cernuus nihil.
  4. Step 4: Garnish vegetable stock until alienus sint surculus ante.
  5. Step 5: Season swiss chard until clibanus annus curvo arbitro.
  6. Step 6: Fold anchovies until repellat cunae amplus conqueror clam.
  7. Step 7: Garnish tabasco until tantum aestivus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/99"
)
recipe = res.json()
{
  "id": 99,
  "userId": 12,
  "title": "fluffy Cherry Pie",
  "slug": "fluffy-cherry-pie-99",
  "description": "Acsi volaticus veritas absum theca. Combibo abbas caelum optio ocer.",
  "cuisine": "mexican",
  "difficulty": "medium",
  "prepMinutes": 17,
  "cookMinutes": 82,
  "servings": 3,
  "ingredients": [
    "0.5 lb cumin",
    "4 oz quark",
    "2.75 lb yellowtail kingfish",
    "0.75 cup hijiki",
    "2.75 tbsp kangaroo",
    "1.5 cup lemon",
    "2.5 tbsp snapper"
  ],
  "instructions": [
    "Step 1: Stir chives until sub arcesso viscus.",
    "Step 2: Sauté brown rice until adinventitias calculus ventus voluptatum.",
    "Step 3: Fold french eschallots until ter cernuus nihil.",
    "Step 4: Garnish vegetable stock until alienus sint surculus ante.",
    "Step 5: Season swiss chard until clibanus annus curvo arbitro.",
    "Step 6: Fold anchovies until repellat cunae amplus conqueror clam.",
    "Step 7: Garnish tabasco until tantum aestivus."
  ],
  "tags": [
    "comfort",
    "vegan",
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-99/1200/800",
  "createdAt": "2025-05-17T17:42:51.953Z",
  "updatedAt": "2025-05-17T17:42:51.953Z"
}
Draftbit