example-data.com

recipes / #53

savory Emu With Cherry Sauce

savory Emu With Cherry Sauce

spicyhigh-protein
Prep
19 min
Cook
49 min
Serves
2

Peior templum trucido at. Demonstro cursim aduro admoneo. Cras verto arbor comes adsum sollers amissio statua cometes angustus.

Ingredients

  • • 3.25 tsp corn tortilla
  • • 2.5 tsp watercress
  • • 1.25 tsp berries
  • • 3.5 cup kiwi berries
  • • 3.75 tsp green pepper
  • • 3.25 tbsp soy
  • • 0.75 g chilli pepper
  • • 0.25 lb calamari

Instructions

  1. Step 1: Fold curry leaves until cunabula molestiae.
  2. Step 2: Simmer rye bread until valeo aequitas.
  3. Step 3: Garnish jasmine rice until quod sono asperiores ventus.
  4. Step 4: Stir goji berry until vos commemoro itaque.
  5. Step 5: Stir blueberries until similique utor vetus.
  6. Step 6: Garnish wheatgrass juice until truculenter astrum coniecto cupressus.
  7. Step 7: Simmer jerusalem artichoke until molestiae veritas clamo spiritus.
  8. Step 8: Fold thyme until inventore tepesco ager.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/53"
)
recipe = res.json()
{
  "id": 53,
  "userId": 108,
  "title": "savory Emu With Cherry Sauce",
  "slug": "savory-emu-with-cherry-sauce-53",
  "description": "Peior templum trucido at. Demonstro cursim aduro admoneo. Cras verto arbor comes adsum sollers amissio statua cometes angustus.",
  "cuisine": "french",
  "difficulty": "hard",
  "prepMinutes": 19,
  "cookMinutes": 49,
  "servings": 2,
  "ingredients": [
    "3.25 tsp corn tortilla",
    "2.5 tsp watercress",
    "1.25 tsp berries",
    "3.5 cup kiwi berries",
    "3.75 tsp green pepper",
    "3.25 tbsp soy",
    "0.75 g chilli pepper",
    "0.25 lb calamari"
  ],
  "instructions": [
    "Step 1: Fold curry leaves until cunabula molestiae.",
    "Step 2: Simmer rye bread until valeo aequitas.",
    "Step 3: Garnish jasmine rice until quod sono asperiores ventus.",
    "Step 4: Stir goji berry until vos commemoro itaque.",
    "Step 5: Stir blueberries until similique utor vetus.",
    "Step 6: Garnish wheatgrass juice until truculenter astrum coniecto cupressus.",
    "Step 7: Simmer jerusalem artichoke until molestiae veritas clamo spiritus.",
    "Step 8: Fold thyme until inventore tepesco ager."
  ],
  "tags": [
    "spicy",
    "high-protein"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-53/1200/800",
  "createdAt": "2025-08-04T08:55:37.155Z",
  "updatedAt": "2025-08-04T08:55:37.155Z"
}
Draftbit