example-data.com

recipes / #11

smoky Aubergine And Orange Tart

smoky Aubergine And Orange Tart

healthyfamily
Prep
35 min
Cook
62 min
Serves
8

Carbo contabesco caput coma versus crapula.

Ingredients

  • • 1.75 g liver
  • • 1.5 tbsp hijiki
  • • 3.5 g kale
  • • 4 tbsp mountain bread
  • • 2 lb extra virgin olive oil
  • • 1.5 tbsp horseradish
  • • 3.5 oz tinned
  • • 0.5 tsp wheat
  • • 0.25 oz watermelon
  • • 0.5 tsp green tea
  • • 3.75 cup pine nut
  • • 3.5 cup jerusalem artichoke

Instructions

  1. Step 1: Whisk monkfish until officia curiositas nostrum territo censura.
  2. Step 2: Sauté prunes until alveus ratione.
  3. Step 3: Stir sake until bellicus tenuis succedo depromo utrimque.
  4. Step 4: Fold baking powder until tergiversatio auditor aeternus.
  5. Step 5: Season muesli until colo repudiandae.
  6. Step 6: Garnish tea oil until credo teres campana cado cibo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/11"
)
recipe = res.json()
{
  "id": 11,
  "userId": 10,
  "title": "smoky Aubergine And Orange Tart",
  "slug": "smoky-aubergine-and-orange-tart-11",
  "description": "Carbo contabesco caput coma versus crapula.",
  "cuisine": "vietnamese",
  "difficulty": "easy",
  "prepMinutes": 35,
  "cookMinutes": 62,
  "servings": 8,
  "ingredients": [
    "1.75 g liver",
    "1.5 tbsp hijiki",
    "3.5 g kale",
    "4 tbsp mountain bread",
    "2 lb extra virgin olive oil",
    "1.5 tbsp horseradish",
    "3.5 oz tinned",
    "0.5 tsp wheat",
    "0.25 oz watermelon",
    "0.5 tsp green tea",
    "3.75 cup pine nut",
    "3.5 cup jerusalem artichoke"
  ],
  "instructions": [
    "Step 1: Whisk monkfish until officia curiositas nostrum territo censura.",
    "Step 2: Sauté prunes until alveus ratione.",
    "Step 3: Stir sake until bellicus tenuis succedo depromo utrimque.",
    "Step 4: Fold baking powder until tergiversatio auditor aeternus.",
    "Step 5: Season muesli until colo repudiandae.",
    "Step 6: Garnish tea oil until credo teres campana cado cibo."
  ],
  "tags": [
    "healthy",
    "family"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-11/1200/800",
  "createdAt": "2024-05-25T20:27:02.704Z",
  "updatedAt": "2024-05-25T20:27:02.704Z"
}
Draftbit