example-data.com

recipes / #168

delicious Corella Pear-glazed Emu Skewers

delicious Corella Pear-glazed Emu Skewers

vegancomfortvegetarianlow-carb
Prep
8 min
Cook
137 min
Serves
4

Vito blanditiis acceptus.

Ingredients

  • • 2 tbsp wattleseed
  • • 2.25 cup yellowtail kingfish
  • • 1.75 lb slivered almonds
  • • 1.25 g parmesan cheese
  • • 0.75 tbsp licorice
  • • 3.75 cup red wine
  • • 2.75 tsp cayenne

Instructions

  1. Step 1: Season molasses until brevis defetiscor arguo amiculum.
  2. Step 2: Stir camomile until coma cultura.
  3. Step 3: Combine yellow papaw until cavus cito defero.
  4. Step 4: Stir cous cous until verbum tonsor carmen amissio.
  5. Step 5: Stir brown flour until odit alii appello velociter vociferor.
  6. Step 6: Simmer cous cous until toties crastinus stultus.
  7. Step 7: Fold chicken stock until tabula libero temptatio magnam delicate.
  8. Step 8: Garnish black eyed beans until aggredior absum clarus demulceo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/168"
)
recipe = res.json()
{
  "id": 168,
  "userId": 203,
  "title": "delicious Corella Pear-glazed Emu Skewers",
  "slug": "delicious-corella-pear-glazed-emu-skewers-168",
  "description": "Vito blanditiis acceptus.",
  "cuisine": "mediterranean",
  "difficulty": "easy",
  "prepMinutes": 8,
  "cookMinutes": 137,
  "servings": 4,
  "ingredients": [
    "2 tbsp wattleseed",
    "2.25 cup yellowtail kingfish",
    "1.75 lb slivered almonds",
    "1.25 g parmesan cheese",
    "0.75 tbsp licorice",
    "3.75 cup red wine",
    "2.75 tsp cayenne"
  ],
  "instructions": [
    "Step 1: Season molasses until brevis defetiscor arguo amiculum.",
    "Step 2: Stir camomile until coma cultura.",
    "Step 3: Combine yellow papaw until cavus cito defero.",
    "Step 4: Stir cous cous until verbum tonsor carmen amissio.",
    "Step 5: Stir brown flour until odit alii appello velociter vociferor.",
    "Step 6: Simmer cous cous until toties crastinus stultus.",
    "Step 7: Fold chicken stock until tabula libero temptatio magnam delicate.",
    "Step 8: Garnish black eyed beans until aggredior absum clarus demulceo."
  ],
  "tags": [
    "vegan",
    "comfort",
    "vegetarian",
    "low-carb"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-168/1200/800",
  "createdAt": "2025-01-18T05:22:39.094Z",
  "updatedAt": "2025-01-18T05:22:39.094Z"
}
Draftbit