example-data.com

recipes / #107

crunchy Lime Leaves And Quail Pie

crunchy Lime Leaves And Quail Pie

Prep
35 min
Cook
100 min
Serves
7

Tutamen trucido tempus sponte sordeo capio claro sui argumentum.

Ingredients

  • • 0.75 tbsp carob carrot
  • • 1.25 g fruit
  • • 3.25 oz nuts
  • • 1.25 oz oyster sauce
  • • 1.75 oz honeydew melon
  • • 2.25 lb asian greens
  • • 3.75 g canola oil
  • • 2.5 lb cucumber
  • • 3 oz bok choy
  • • 3.75 oz mastic
  • • 1.25 cup nashi pear
  • • 2.5 tbsp rhubarb

Instructions

  1. Step 1: Sauté guava until stipes crastinus caries censura temperantia.
  2. Step 2: Fold tuna until vergo adipisci qui sol baiulus.
  3. Step 3: Simmer lavender flowers until id cursus color.
  4. Step 4: Whisk nuts until contabesco valens exercitationem.
  5. Step 5: Fold feta until caste super conventus sapiente tui.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/107"
)
recipe = res.json()
{
  "id": 107,
  "userId": 219,
  "title": "crunchy Lime Leaves And Quail Pie",
  "slug": "crunchy-lime-leaves-and-quail-pie-107",
  "description": "Tutamen trucido tempus sponte sordeo capio claro sui argumentum.",
  "cuisine": "vietnamese",
  "difficulty": "medium",
  "prepMinutes": 35,
  "cookMinutes": 100,
  "servings": 7,
  "ingredients": [
    "0.75 tbsp carob carrot",
    "1.25 g fruit",
    "3.25 oz nuts",
    "1.25 oz oyster sauce",
    "1.75 oz honeydew melon",
    "2.25 lb asian greens",
    "3.75 g canola oil",
    "2.5 lb cucumber",
    "3 oz bok choy",
    "3.75 oz mastic",
    "1.25 cup nashi pear",
    "2.5 tbsp rhubarb"
  ],
  "instructions": [
    "Step 1: Sauté guava until stipes crastinus caries censura temperantia.",
    "Step 2: Fold tuna until vergo adipisci qui sol baiulus.",
    "Step 3: Simmer lavender flowers until id cursus color.",
    "Step 4: Whisk nuts until contabesco valens exercitationem.",
    "Step 5: Fold feta until caste super conventus sapiente tui."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-107/1200/800",
  "createdAt": "2025-06-24T18:15:54.563Z",
  "updatedAt": "2025-06-24T18:15:54.563Z"
}
Draftbit