example-data.com

recipes / #23

creamy Custard Apples Daikon-glazed Turkey Skewers

creamy Custard Apples Daikon-glazed Turkey Skewers

comfortdairy-free
Prep
33 min
Cook
85 min
Serves
2

Sopor celer quasi necessitatibus repellendus custodia comis arca deprecator abeo. Denuncio demo blanditiis tredecim stabilis tunc trans porro utique. Suscipio comis commemoro accusantium eveniet perspiciatis vestigium audentia.

Ingredients

  • • 1.75 g lavender flowers
  • • 2.25 cup liver
  • • 1.25 oz dandelion
  • • 3.25 tsp whiting wild rice
  • • 2.75 tsp oysters

Instructions

  1. Step 1: Stir sweet potato until libero claro aufero clementia uterque.
  2. Step 2: Simmer soymilk until demo recusandae nihil catena texo.
  3. Step 3: Simmer honeydew melon until a sodalitas.
  4. Step 4: Garnish fish stock until caelestis tubineus coepi assentator.
  5. Step 5: Sauté sea salt until vilis commodi tempora amplexus soluta.
  6. Step 6: Sauté malt vinegar until adeo tondeo audentia alo fugiat.
  7. Step 7: Fold corella pear until vomer vel subnecto aspernatur astrum.
  8. Step 8: Garnish tabasco until curso tabella.
  9. Step 9: Garnish avocado spread until asporto videlicet avarus pauper.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/23"
)
recipe = res.json()
{
  "id": 23,
  "userId": 235,
  "title": "creamy Custard Apples Daikon-glazed Turkey Skewers",
  "slug": "creamy-custard-apples-daikon-glazed-turkey-skewers-23",
  "description": "Sopor celer quasi necessitatibus repellendus custodia comis arca deprecator abeo. Denuncio demo blanditiis tredecim stabilis tunc trans porro utique. Suscipio comis commemoro accusantium eveniet perspiciatis vestigium audentia.",
  "cuisine": "american",
  "difficulty": "medium",
  "prepMinutes": 33,
  "cookMinutes": 85,
  "servings": 2,
  "ingredients": [
    "1.75 g lavender flowers",
    "2.25 cup liver",
    "1.25 oz dandelion",
    "3.25 tsp whiting wild rice",
    "2.75 tsp oysters"
  ],
  "instructions": [
    "Step 1: Stir sweet potato until libero claro aufero clementia uterque.",
    "Step 2: Simmer soymilk until demo recusandae nihil catena texo.",
    "Step 3: Simmer honeydew melon until a sodalitas.",
    "Step 4: Garnish fish stock until caelestis tubineus coepi assentator.",
    "Step 5: Sauté sea salt until vilis commodi tempora amplexus soluta.",
    "Step 6: Sauté malt vinegar until adeo tondeo audentia alo fugiat.",
    "Step 7: Fold corella pear until vomer vel subnecto aspernatur astrum.",
    "Step 8: Garnish tabasco until curso tabella.",
    "Step 9: Garnish avocado spread until asporto videlicet avarus pauper."
  ],
  "tags": [
    "comfort",
    "dairy-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-23/1200/800",
  "createdAt": "2025-10-31T09:59:24.621Z",
  "updatedAt": "2025-10-31T09:59:24.621Z"
}
Draftbit