example-data.com

recipes / #51

fresh Ostrich With Currant Sauce

fresh Ostrich With Currant Sauce

dairy-freehealthy
Prep
52 min
Cook
80 min
Serves
5

Celo blanditiis auctor benigne necessitatibus culpo deinde bis verto peccatus. Alter enim combibo utor caute strenuus coepi umquam. Ager pel vulticulus cornu suppellex.

Ingredients

  • • 0.75 tbsp scallops
  • • 3.75 lb lentils
  • • 1 tbsp apple juice concentrate
  • • 1 oz swordfish
  • • 3.5 g dill
  • • 2.5 g buttermilk
  • • 1 g kombu
  • • 1.75 lb green tea noodles
  • • 1.25 tbsp duck
  • • 2.75 lb white flour
  • • 1.75 oz slivered almonds
  • • 1.75 cup tom yum

Instructions

  1. Step 1: Sauté raisin until curtus aetas claustrum strues.
  2. Step 2: Fold greenwheat freekeh until solutio tremo volup enim cinis.
  3. Step 3: Stir alfalfa until vinco spargo laborum calamitas claro.
  4. Step 4: Stir pecorino until caelum velum succedo.
  5. Step 5: Fold pasta until cribro tabella dens cenaculum.
  6. Step 6: Season watercress until arbor spiculum.
  7. Step 7: Whisk duck until praesentium unde subseco ultio.
  8. Step 8: Stir apricots until cena dolorum adeptio placeat deputo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/51"
)
recipe = res.json()
{
  "id": 51,
  "userId": 200,
  "title": "fresh Ostrich With Currant Sauce",
  "slug": "fresh-ostrich-with-currant-sauce-51",
  "description": "Celo blanditiis auctor benigne necessitatibus culpo deinde bis verto peccatus. Alter enim combibo utor caute strenuus coepi umquam. Ager pel vulticulus cornu suppellex.",
  "cuisine": "mexican",
  "difficulty": "hard",
  "prepMinutes": 52,
  "cookMinutes": 80,
  "servings": 5,
  "ingredients": [
    "0.75 tbsp scallops",
    "3.75 lb lentils",
    "1 tbsp apple juice concentrate",
    "1 oz swordfish",
    "3.5 g dill",
    "2.5 g buttermilk",
    "1 g kombu",
    "1.75 lb green tea noodles",
    "1.25 tbsp duck",
    "2.75 lb white flour",
    "1.75 oz slivered almonds",
    "1.75 cup tom yum"
  ],
  "instructions": [
    "Step 1: Sauté raisin until curtus aetas claustrum strues.",
    "Step 2: Fold greenwheat freekeh until solutio tremo volup enim cinis.",
    "Step 3: Stir alfalfa until vinco spargo laborum calamitas claro.",
    "Step 4: Stir pecorino until caelum velum succedo.",
    "Step 5: Fold pasta until cribro tabella dens cenaculum.",
    "Step 6: Season watercress until arbor spiculum.",
    "Step 7: Whisk duck until praesentium unde subseco ultio.",
    "Step 8: Stir apricots until cena dolorum adeptio placeat deputo."
  ],
  "tags": [
    "dairy-free",
    "healthy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-51/1200/800",
  "createdAt": "2024-08-11T10:14:48.123Z",
  "updatedAt": "2024-08-11T10:14:48.123Z"
}
Draftbit