example-data.com

recipes / #200

creamy Grape And Dragonfruit Tart

creamy Grape And Dragonfruit Tart

low-carbspicycomfortvegetarian
Prep
50 min
Cook
89 min
Serves
4

Sperno adhaero administratio perferendis adduco terra aeneus delectatio vacuus cubo.

Ingredients

  • • 1.25 lb asian noodles
  • • 1.5 tsp longan
  • • 0.75 lb pecan nut
  • • 1.5 tbsp bacon
  • • 2.75 tsp mozzarella

Instructions

  1. Step 1: Season slivered almonds until adsidue canis arguo decretum.
  2. Step 2: Stir coriander leaves until spes arto.
  3. Step 3: Season fenugreek until textus cuius.
  4. Step 4: Whisk kumera until demonstro cras.
  5. Step 5: Fold squash until quibusdam defetiscor.
  6. Step 6: Whisk flaxseed oil until accusator tripudio.
  7. Step 7: Stir buckwheat until vereor aspernatur.
  8. Step 8: Stir peaches until attollo taedium atrocitas distinctio.
  9. Step 9: Stir nutritional yeast until sodalitas vilitas certus cum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/200"
)
recipe = res.json()
{
  "id": 200,
  "userId": 170,
  "title": "creamy Grape And Dragonfruit Tart",
  "slug": "creamy-grape-and-dragonfruit-tart-200",
  "description": "Sperno adhaero administratio perferendis adduco terra aeneus delectatio vacuus cubo.",
  "cuisine": "italian",
  "difficulty": "medium",
  "prepMinutes": 50,
  "cookMinutes": 89,
  "servings": 4,
  "ingredients": [
    "1.25 lb asian noodles",
    "1.5 tsp longan",
    "0.75 lb pecan nut",
    "1.5 tbsp bacon",
    "2.75 tsp mozzarella"
  ],
  "instructions": [
    "Step 1: Season slivered almonds until adsidue canis arguo decretum.",
    "Step 2: Stir coriander leaves until spes arto.",
    "Step 3: Season fenugreek until textus cuius.",
    "Step 4: Whisk kumera until demonstro cras.",
    "Step 5: Fold squash until quibusdam defetiscor.",
    "Step 6: Whisk flaxseed oil until accusator tripudio.",
    "Step 7: Stir buckwheat until vereor aspernatur.",
    "Step 8: Stir peaches until attollo taedium atrocitas distinctio.",
    "Step 9: Stir nutritional yeast until sodalitas vilitas certus cum."
  ],
  "tags": [
    "low-carb",
    "spicy",
    "comfort",
    "vegetarian"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-200/1200/800",
  "createdAt": "2025-11-15T06:49:22.358Z",
  "updatedAt": "2025-11-15T06:49:22.358Z"
}
Draftbit