example-data.com

recipes / #63

rich Pomegranate-infused Rabbit

rich Pomegranate-infused Rabbit

comfortgluten-free
Prep
25 min
Cook
91 min
Serves
6

Aegrus tertius animi alveus voluptatem saepe audacia dolorem magni tabesco. Incidunt demergo acsi solium dignissimos delicate. Vox caste vespillo tibi vestrum succedo thorax torrens vulnero.

Ingredients

  • • 3.25 tbsp wheat
  • • 1 oz bacon
  • • 3.75 tbsp soymilk
  • • 4 tbsp arborio rice
  • • 4 oz snowpea sprouts
  • • 1 tbsp papaya
  • • 0.5 g sour dough bread
  • • 0.25 lb apple juice
  • • 1 g adzuki beans
  • • 3.5 g asian greens
  • • 2 g blueberries
  • • 1 tsp water
  • • 1.25 g hummus

Instructions

  1. Step 1: Simmer almonds until appositus paulatim thesis asporto adeptio.
  2. Step 2: Whisk sesame seeds until congregatio sponte dolore vel.
  3. Step 3: Simmer passionfruit until deduco dens utrum usitas.
  4. Step 4: Stir cloves until aedificium tero temporibus aggero.
  5. Step 5: Sauté pomegranate until trans teneo.
  6. Step 6: Combine buckwheat until coniuratio vado magnam magni.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/63"
)
recipe = res.json()
{
  "id": 63,
  "userId": 116,
  "title": "rich Pomegranate-infused Rabbit",
  "slug": "rich-pomegranate-infused-rabbit-63",
  "description": "Aegrus tertius animi alveus voluptatem saepe audacia dolorem magni tabesco. Incidunt demergo acsi solium dignissimos delicate. Vox caste vespillo tibi vestrum succedo thorax torrens vulnero.",
  "cuisine": "american",
  "difficulty": "easy",
  "prepMinutes": 25,
  "cookMinutes": 91,
  "servings": 6,
  "ingredients": [
    "3.25 tbsp wheat",
    "1 oz bacon",
    "3.75 tbsp soymilk",
    "4 tbsp arborio rice",
    "4 oz snowpea sprouts",
    "1 tbsp papaya",
    "0.5 g sour dough bread",
    "0.25 lb apple juice",
    "1 g adzuki beans",
    "3.5 g asian greens",
    "2 g blueberries",
    "1 tsp water",
    "1.25 g hummus"
  ],
  "instructions": [
    "Step 1: Simmer almonds until appositus paulatim thesis asporto adeptio.",
    "Step 2: Whisk sesame seeds until congregatio sponte dolore vel.",
    "Step 3: Simmer passionfruit until deduco dens utrum usitas.",
    "Step 4: Stir cloves until aedificium tero temporibus aggero.",
    "Step 5: Sauté pomegranate until trans teneo.",
    "Step 6: Combine buckwheat until coniuratio vado magnam magni."
  ],
  "tags": [
    "comfort",
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-63/1200/800",
  "createdAt": "2025-02-19T02:18:09.309Z",
  "updatedAt": "2025-02-19T02:18:09.309Z"
}
Draftbit