example-data.com

recipes / #197

tangy Methi-crusted Ostrich

tangy Methi-crusted Ostrich

low-carbhigh-proteinvegan
Prep
20 min
Cook
73 min
Serves
5

Terra degero succurro. Decretum subnecto validus sordeo paens acervus canonicus officia amplus admoneo.

Ingredients

  • • 2.25 lb harissa
  • • 3 tsp cloves
  • • 0.75 tbsp quinoa
  • • 0.75 g rosemary
  • • 3.25 oz rhubarb
  • • 2.75 oz wholegrain bread
  • • 0.5 tbsp miso

Instructions

  1. Step 1: Simmer flounder until excepturi aestas terror.
  2. Step 2: Fold flounder until chirographum natus conor.
  3. Step 3: Garnish edamame until venio ambulo beatus animus.
  4. Step 4: Sauté cream cheese until adulatio tot sint.
  5. Step 5: Garnish jicama until derelinquo repellat vox vacuus.
  6. Step 6: Sauté greenwheat freekeh until sto sono acer degero.
  7. Step 7: Fold nori until aeneus urbs tepesco saepe carbo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/197"
)
recipe = res.json()
{
  "id": 197,
  "userId": 111,
  "title": "tangy Methi-crusted Ostrich",
  "slug": "tangy-methi-crusted-ostrich-197",
  "description": "Terra degero succurro. Decretum subnecto validus sordeo paens acervus canonicus officia amplus admoneo.",
  "cuisine": "italian",
  "difficulty": "easy",
  "prepMinutes": 20,
  "cookMinutes": 73,
  "servings": 5,
  "ingredients": [
    "2.25 lb harissa",
    "3 tsp cloves",
    "0.75 tbsp quinoa",
    "0.75 g rosemary",
    "3.25 oz rhubarb",
    "2.75 oz wholegrain bread",
    "0.5 tbsp miso"
  ],
  "instructions": [
    "Step 1: Simmer flounder until excepturi aestas terror.",
    "Step 2: Fold flounder until chirographum natus conor.",
    "Step 3: Garnish edamame until venio ambulo beatus animus.",
    "Step 4: Sauté cream cheese until adulatio tot sint.",
    "Step 5: Garnish jicama until derelinquo repellat vox vacuus.",
    "Step 6: Sauté greenwheat freekeh until sto sono acer degero.",
    "Step 7: Fold nori until aeneus urbs tepesco saepe carbo."
  ],
  "tags": [
    "low-carb",
    "high-protein",
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-197/1200/800",
  "createdAt": "2025-01-22T20:56:33.160Z",
  "updatedAt": "2025-01-22T20:56:33.160Z"
}
Draftbit