example-data.com

recipes / #47

fluffy Bunny Chow

fluffy Bunny Chow

Prep
38 min
Cook
166 min
Serves
7

Sum atrox inflammatio stabilis ullam compono aut victoria trepide. Deficio cubo ventus careo cribro supplanto vesper. Ager vapulus claudeo.

Ingredients

  • • 0.25 g oregano
  • • 1 cup rice flour
  • • 1.75 lb achacha
  • • 3.75 g broccolini
  • • 3 tsp tapioca
  • • 1.25 g aniseed
  • • 0.25 tbsp hummus
  • • 3.5 cup mahi mahi
  • • 2.5 lb rye bread
  • • 3.5 oz sweet chilli sauce

Instructions

  1. Step 1: Simmer ricemilk until strues titulus statua auctor iste.
  2. Step 2: Stir nutmeg until vindico substantia color.
  3. Step 3: Sauté lamb until bestia defero taedium.
  4. Step 4: Season pear juice until totus officia audentia comis sulum.
  5. Step 5: Whisk sesame oil until magnam admiratio.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/47"
)
recipe = res.json()
{
  "id": 47,
  "userId": 122,
  "title": "fluffy Bunny Chow",
  "slug": "fluffy-bunny-chow-47",
  "description": "Sum atrox inflammatio stabilis ullam compono aut victoria trepide. Deficio cubo ventus careo cribro supplanto vesper. Ager vapulus claudeo.",
  "cuisine": "mediterranean",
  "difficulty": "easy",
  "prepMinutes": 38,
  "cookMinutes": 166,
  "servings": 7,
  "ingredients": [
    "0.25 g oregano",
    "1 cup rice flour",
    "1.75 lb achacha",
    "3.75 g broccolini",
    "3 tsp tapioca",
    "1.25 g aniseed",
    "0.25 tbsp hummus",
    "3.5 cup mahi mahi",
    "2.5 lb rye bread",
    "3.5 oz sweet chilli sauce"
  ],
  "instructions": [
    "Step 1: Simmer ricemilk until strues titulus statua auctor iste.",
    "Step 2: Stir nutmeg until vindico substantia color.",
    "Step 3: Sauté lamb until bestia defero taedium.",
    "Step 4: Season pear juice until totus officia audentia comis sulum.",
    "Step 5: Whisk sesame oil until magnam admiratio."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-47/1200/800",
  "createdAt": "2026-04-15T21:48:17.410Z",
  "updatedAt": "2026-04-15T21:48:17.410Z"
}
Draftbit