example-data.com

recipes / #14

golden Rabbit With Feijoa Sauce

golden Rabbit With Feijoa Sauce

gluten-freehigh-proteinhealthy
Prep
58 min
Cook
69 min
Serves
6

Magni tui vicissitudo vae. Blanditiis solio enim auditor.

Ingredients

  • • 2.25 tsp avocado
  • • 3.5 tsp common cultivated mushrooms
  • • 0.75 tbsp enoki mushrooms
  • • 1 lb vegetable stock
  • • 0.25 tsp goat milk
  • • 1 oz malt vinegar
  • • 2.25 lb mackerel
  • • 2 tsp sage
  • • 3.25 g snapper
  • • 4 lb butter
  • • 4 cup spring onions
  • • 3.25 tsp bulghur
  • • 2.25 tsp dates
  • • 2.75 oz peppermint

Instructions

  1. Step 1: Stir white wine vinegar until vomica magni vix.
  2. Step 2: Simmer chilli pepper until conservo auctor calculus celo.
  3. Step 3: Sauté butternut lettuce until tabernus comes sed cernuus.
  4. Step 4: Combine oat flour until aduro corpus decet damnatio dapifer.
  5. Step 5: Stir scallops until claustrum supellex amplitudo credo virga.
  6. Step 6: Season nori until fugit suscipio vobis carmen vulgo.
  7. Step 7: Combine garam masala until aspicio agnosco asperiores.
  8. Step 8: Sauté quinoa until sto solutio vulariter umbra dolorum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/14"
)
recipe = res.json()
{
  "id": 14,
  "userId": 13,
  "title": "golden Rabbit With Feijoa Sauce",
  "slug": "golden-rabbit-with-feijoa-sauce-14",
  "description": "Magni tui vicissitudo vae. Blanditiis solio enim auditor.",
  "cuisine": "italian",
  "difficulty": "easy",
  "prepMinutes": 58,
  "cookMinutes": 69,
  "servings": 6,
  "ingredients": [
    "2.25 tsp avocado",
    "3.5 tsp common cultivated mushrooms",
    "0.75 tbsp enoki mushrooms",
    "1 lb vegetable stock",
    "0.25 tsp goat milk",
    "1 oz malt vinegar",
    "2.25 lb mackerel",
    "2 tsp sage",
    "3.25 g snapper",
    "4 lb butter",
    "4 cup spring onions",
    "3.25 tsp bulghur",
    "2.25 tsp dates",
    "2.75 oz peppermint"
  ],
  "instructions": [
    "Step 1: Stir white wine vinegar until vomica magni vix.",
    "Step 2: Simmer chilli pepper until conservo auctor calculus celo.",
    "Step 3: Sauté butternut lettuce until tabernus comes sed cernuus.",
    "Step 4: Combine oat flour until aduro corpus decet damnatio dapifer.",
    "Step 5: Stir scallops until claustrum supellex amplitudo credo virga.",
    "Step 6: Season nori until fugit suscipio vobis carmen vulgo.",
    "Step 7: Combine garam masala until aspicio agnosco asperiores.",
    "Step 8: Sauté quinoa until sto solutio vulariter umbra dolorum."
  ],
  "tags": [
    "gluten-free",
    "high-protein",
    "healthy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-14/1200/800",
  "createdAt": "2024-07-13T14:04:10.762Z",
  "updatedAt": "2024-07-13T14:04:10.762Z"
}
Draftbit