example-data.com

recipes / #70

savory Kiwiberry-infused Beef Roast

savory Kiwiberry-infused Beef Roast

Prep
16 min
Cook
44 min
Serves
5

Cedo repellat solum libero inflammatio deludo condico arx.

Ingredients

  • • 4 oz fennel
  • • 2.25 cup chestnut
  • • 1.75 oz butter beans
  • • 3.75 cup nori
  • • 2 tsp white bread
  • • 2.25 lb dashi
  • • 0.75 g garlic
  • • 0.75 cup cantaloupe
  • • 0.5 oz apple juice concentrate
  • • 3.5 tbsp blood oranges
  • • 3.5 cup slivered almonds
  • • 1 g tahini
  • • 1 tsp turkey
  • • 2.25 oz yogurt

Instructions

  1. Step 1: Sauté barley until odit terebro atrocitas.
  2. Step 2: Season wholewheat flour until ter eius tenus.
  3. Step 3: Fold snowpea sprouts until adficio tot sponte bellum repellendus.
  4. Step 4: Fold barley until ea cetera cubitum vae autem.
  5. Step 5: Whisk coriander seed until auditor abeo.
  6. Step 6: Season incaberries until sufficio veritas ipsam.
  7. Step 7: Garnish peaches until umbra tergo expedita tepesco.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/70"
)
recipe = res.json()
{
  "id": 70,
  "userId": 94,
  "title": "savory Kiwiberry-infused Beef Roast",
  "slug": "savory-kiwiberry-infused-beef-roast-70",
  "description": "Cedo repellat solum libero inflammatio deludo condico arx.",
  "cuisine": "mexican",
  "difficulty": "easy",
  "prepMinutes": 16,
  "cookMinutes": 44,
  "servings": 5,
  "ingredients": [
    "4 oz fennel",
    "2.25 cup chestnut",
    "1.75 oz butter beans",
    "3.75 cup nori",
    "2 tsp white bread",
    "2.25 lb dashi",
    "0.75 g garlic",
    "0.75 cup cantaloupe",
    "0.5 oz apple juice concentrate",
    "3.5 tbsp blood oranges",
    "3.5 cup slivered almonds",
    "1 g tahini",
    "1 tsp turkey",
    "2.25 oz yogurt"
  ],
  "instructions": [
    "Step 1: Sauté barley until odit terebro atrocitas.",
    "Step 2: Season wholewheat flour until ter eius tenus.",
    "Step 3: Fold snowpea sprouts until adficio tot sponte bellum repellendus.",
    "Step 4: Fold barley until ea cetera cubitum vae autem.",
    "Step 5: Whisk coriander seed until auditor abeo.",
    "Step 6: Season incaberries until sufficio veritas ipsam.",
    "Step 7: Garnish peaches until umbra tergo expedita tepesco."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-70/1200/800",
  "createdAt": "2025-05-21T22:35:36.816Z",
  "updatedAt": "2025-05-21T22:35:36.816Z"
}
Draftbit