example-data.com

recipes / #191

fluffy Bunny Chow

fluffy Bunny Chow

high-proteingluten-freecomfort
Prep
45 min
Cook
65 min
Serves
5

Utpote demulceo tergum trans campana cunabula aggredior utpote aperio viridis. Stabilis acceptus antiquus defluo absens amitto. Turba agnosco audentia vita odio valeo comptus deludo.

Ingredients

  • • 3.75 oz haricot beans
  • • 2.75 tsp butter
  • • 3.25 tbsp wheat
  • • 0.5 oz spelt bread
  • • 3.5 lb bush tomato

Instructions

  1. Step 1: Whisk safflower oil until odio tristis fugiat.
  2. Step 2: Sauté bonza until adsum cunctatio creo.
  3. Step 3: Fold cannellini beans until aspernatur soluta.
  4. Step 4: Stir tamarillo until vulticulus eius doloribus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/191"
)
recipe = res.json()
{
  "id": 191,
  "userId": 88,
  "title": "fluffy Bunny Chow",
  "slug": "fluffy-bunny-chow-191",
  "description": "Utpote demulceo tergum trans campana cunabula aggredior utpote aperio viridis. Stabilis acceptus antiquus defluo absens amitto. Turba agnosco audentia vita odio valeo comptus deludo.",
  "cuisine": "italian",
  "difficulty": "medium",
  "prepMinutes": 45,
  "cookMinutes": 65,
  "servings": 5,
  "ingredients": [
    "3.75 oz haricot beans",
    "2.75 tsp butter",
    "3.25 tbsp wheat",
    "0.5 oz spelt bread",
    "3.5 lb bush tomato"
  ],
  "instructions": [
    "Step 1: Whisk safflower oil until odio tristis fugiat.",
    "Step 2: Sauté bonza until adsum cunctatio creo.",
    "Step 3: Fold cannellini beans until aspernatur soluta.",
    "Step 4: Stir tamarillo until vulticulus eius doloribus."
  ],
  "tags": [
    "high-protein",
    "gluten-free",
    "comfort"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-191/1200/800",
  "createdAt": "2025-01-03T04:15:20.093Z",
  "updatedAt": "2025-01-03T04:15:20.093Z"
}
Draftbit