example-data.com

recipes / #28

creamy Ostrich Steak

creamy Ostrich Steak

quickdairy-freehigh-protein
Prep
47 min
Cook
131 min
Serves
5

Clam crastinus ubi tonsor caste tepidus tracto nulla voluptate. Ager vaco textilis absque pel sublime.

Ingredients

  • • 2.25 tsp pumpkin
  • • 2.25 oz brown mushrooms
  • • 3 lb cherries
  • • 2.75 tsp goat milk
  • • 2 oz pistachio nut
  • • 2.5 tbsp lychees
  • • 0.75 g banana
  • • 2.25 g tapioca
  • • 2.5 cup bulghur

Instructions

  1. Step 1: Sauté sausages until defero talio tribuo.
  2. Step 2: Garnish wholewheat flour until vito quisquam bene tutamen iusto.
  3. Step 3: Stir corn tortilla until cuppedia vinco clarus absens aestas.
  4. Step 4: Combine pepitas until placeat aliquid civitas natus.
  5. Step 5: Garnish mung beans until vigilo cui.
  6. Step 6: Simmer asparagus until corrigo cribro minima.
  7. Step 7: Combine tuna until calculus contabesco ipsam corona.
  8. Step 8: Whisk chicken until calamitas aut saepe tempora inflammatio.
  9. Step 9: Stir corn syrup until valde aspicio audax aspicio.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/28"
)
recipe = res.json()
{
  "id": 28,
  "userId": 11,
  "title": "creamy Ostrich Steak",
  "slug": "creamy-ostrich-steak-28",
  "description": "Clam crastinus ubi tonsor caste tepidus tracto nulla voluptate. Ager vaco textilis absque pel sublime.",
  "cuisine": "indian",
  "difficulty": "medium",
  "prepMinutes": 47,
  "cookMinutes": 131,
  "servings": 5,
  "ingredients": [
    "2.25 tsp pumpkin",
    "2.25 oz brown mushrooms",
    "3 lb cherries",
    "2.75 tsp goat milk",
    "2 oz pistachio nut",
    "2.5 tbsp lychees",
    "0.75 g banana",
    "2.25 g tapioca",
    "2.5 cup bulghur"
  ],
  "instructions": [
    "Step 1: Sauté sausages until defero talio tribuo.",
    "Step 2: Garnish wholewheat flour until vito quisquam bene tutamen iusto.",
    "Step 3: Stir corn tortilla until cuppedia vinco clarus absens aestas.",
    "Step 4: Combine pepitas until placeat aliquid civitas natus.",
    "Step 5: Garnish mung beans until vigilo cui.",
    "Step 6: Simmer asparagus until corrigo cribro minima.",
    "Step 7: Combine tuna until calculus contabesco ipsam corona.",
    "Step 8: Whisk chicken until calamitas aut saepe tempora inflammatio.",
    "Step 9: Stir corn syrup until valde aspicio audax aspicio."
  ],
  "tags": [
    "quick",
    "dairy-free",
    "high-protein"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-28/1200/800",
  "createdAt": "2024-09-03T10:35:17.206Z",
  "updatedAt": "2024-09-03T10:35:17.206Z"
}
Draftbit