example-data.com

recipes / #188

spicy Methi-crusted Beef

spicy Methi-crusted Beef

vegetarianfamilyquick
Prep
24 min
Cook
59 min
Serves
5

Accedo debeo venustas quae adaugeo sursum caste sub coniecto somnus.

Ingredients

  • • 3.75 tbsp camellia tea oil
  • • 1.5 oz greenwheat freekeh
  • • 1.5 lb tofu
  • • 0.5 cup baking soda
  • • 0.5 cup camomile
  • • 1.75 oz dried chinese broccoli
  • • 2 g cornmeal
  • • 0.25 lb bok choy
  • • 2.5 tsp feijoa
  • • 3.5 tbsp chia seeds
  • • 2 oz lobster
  • • 0.5 oz calamari

Instructions

  1. Step 1: Combine unbleached flour until quidem compello conventus tabella.
  2. Step 2: Stir soymilk until charisma solus victoria blanditiis cohibeo.
  3. Step 3: Whisk adzuki beans until vereor nisi stips.
  4. Step 4: Combine rosemary until aranea vespillo cruciamentum tabernus.
  5. Step 5: Whisk whiting wild rice until tamquam vacuus.
  6. Step 6: Whisk fresh chillies until vulticulus abstergo casso denique ager.
  7. Step 7: Combine coriander leaves until ademptio nesciunt cedo quasi.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/188"
)
recipe = res.json()
{
  "id": 188,
  "userId": 90,
  "title": "spicy Methi-crusted Beef",
  "slug": "spicy-methi-crusted-beef-188",
  "description": "Accedo debeo venustas quae adaugeo sursum caste sub coniecto somnus.",
  "cuisine": "mexican",
  "difficulty": "hard",
  "prepMinutes": 24,
  "cookMinutes": 59,
  "servings": 5,
  "ingredients": [
    "3.75 tbsp camellia tea oil",
    "1.5 oz greenwheat freekeh",
    "1.5 lb tofu",
    "0.5 cup baking soda",
    "0.5 cup camomile",
    "1.75 oz dried chinese broccoli",
    "2 g cornmeal",
    "0.25 lb bok choy",
    "2.5 tsp feijoa",
    "3.5 tbsp chia seeds",
    "2 oz lobster",
    "0.5 oz calamari"
  ],
  "instructions": [
    "Step 1: Combine unbleached flour until quidem compello conventus tabella.",
    "Step 2: Stir soymilk until charisma solus victoria blanditiis cohibeo.",
    "Step 3: Whisk adzuki beans until vereor nisi stips.",
    "Step 4: Combine rosemary until aranea vespillo cruciamentum tabernus.",
    "Step 5: Whisk whiting wild rice until tamquam vacuus.",
    "Step 6: Whisk fresh chillies until vulticulus abstergo casso denique ager.",
    "Step 7: Combine coriander leaves until ademptio nesciunt cedo quasi."
  ],
  "tags": [
    "vegetarian",
    "family",
    "quick"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-188/1200/800",
  "createdAt": "2024-10-31T12:29:37.931Z",
  "updatedAt": "2024-10-31T12:29:37.931Z"
}
Draftbit