example-data.com

recipes / #108

golden Emu Steak

golden Emu Steak

Prep
12 min
Cook
60 min
Serves
2

Vitae terga debilito ab certe animadverto.

Ingredients

  • • 3.25 lb tea
  • • 3 g spring onions
  • • 3.25 tbsp dragonfruit
  • • 1.25 tbsp porcini mushrooms
  • • 2 tsp pumpkin seed
  • • 0.25 tsp barley
  • • 1.5 lb wattleseed
  • • 2.25 cup sun-dried tomatoes
  • • 1.25 oz green tea noodles
  • • 4 lb beans
  • • 2.25 lb rice syrup
  • • 3.75 lb fresh chillies
  • • 1.75 lb goji berry
  • • 1.75 oz bocconcini

Instructions

  1. Step 1: Simmer candle nut until maxime vinco agnitio assumenda arto.
  2. Step 2: Fold liver until consequuntur anser vociferor tubineus caritas.
  3. Step 3: Fold chickory until adhaero asperiores averto.
  4. Step 4: Garnish okra until chirographum conscendo.
  5. Step 5: Whisk ricemilk until tres undique cubo corpus.
  6. Step 6: Sauté allspice until necessitatibus accedo beatae aperiam.
  7. Step 7: Simmer dark chocolate until annus valde.
  8. Step 8: Garnish mustard until eligendi tersus vobis.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/108"
)
recipe = res.json()
{
  "id": 108,
  "userId": 3,
  "title": "golden Emu Steak",
  "slug": "golden-emu-steak-108",
  "description": "Vitae terga debilito ab certe animadverto.",
  "cuisine": "french",
  "difficulty": "hard",
  "prepMinutes": 12,
  "cookMinutes": 60,
  "servings": 2,
  "ingredients": [
    "3.25 lb tea",
    "3 g spring onions",
    "3.25 tbsp dragonfruit",
    "1.25 tbsp porcini mushrooms",
    "2 tsp pumpkin seed",
    "0.25 tsp barley",
    "1.5 lb wattleseed",
    "2.25 cup sun-dried tomatoes",
    "1.25 oz green tea noodles",
    "4 lb beans",
    "2.25 lb rice syrup",
    "3.75 lb fresh chillies",
    "1.75 lb goji berry",
    "1.75 oz bocconcini"
  ],
  "instructions": [
    "Step 1: Simmer candle nut until maxime vinco agnitio assumenda arto.",
    "Step 2: Fold liver until consequuntur anser vociferor tubineus caritas.",
    "Step 3: Fold chickory until adhaero asperiores averto.",
    "Step 4: Garnish okra until chirographum conscendo.",
    "Step 5: Whisk ricemilk until tres undique cubo corpus.",
    "Step 6: Sauté allspice until necessitatibus accedo beatae aperiam.",
    "Step 7: Simmer dark chocolate until annus valde.",
    "Step 8: Garnish mustard until eligendi tersus vobis."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-108/1200/800",
  "createdAt": "2026-02-05T18:51:55.019Z",
  "updatedAt": "2026-02-05T18:51:55.019Z"
}
Draftbit