example-data.com

recipes / #88

tender Cream And Pigeon Pie

tender Cream And Pigeon Pie

spicydairy-freelow-carbhigh-protein
Prep
31 min
Cook
88 min
Serves
1

Tot pariatur iusto conservo defaeco crebro auctor tergeo sponte terga. Decens vulnus cicuta thesis cometes capillus ager. Ratione canto aeger tabgo.

Ingredients

  • • 4 tsp eggs
  • • 0.25 oz alfalfa
  • • 3.25 g white wine vinegar
  • • 2 tsp oregano
  • • 4 lb lotus root
  • • 0.25 tsp soymilk
  • • 3 tsp mastic
  • • 2 cup feijoa
  • • 2.5 oz kangaroo
  • • 3.75 cup coriander seed
  • • 3 oz passionfruit
  • • 2.75 tbsp goat cheese
  • • 3.5 tbsp star fruit

Instructions

  1. Step 1: Simmer flathead until desidero tergum.
  2. Step 2: Whisk vinegar until adiuvo asper tero.
  3. Step 3: Combine kudzu until timor aspernatur.
  4. Step 4: Season flat mushrooms until thesis advoco adopto.
  5. Step 5: Season tamarillo until undique ad.
  6. Step 6: Simmer chicken until consequuntur cursim.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/88"
)
recipe = res.json()
{
  "id": 88,
  "userId": 53,
  "title": "tender Cream And Pigeon Pie",
  "slug": "tender-cream-and-pigeon-pie-88",
  "description": "Tot pariatur iusto conservo defaeco crebro auctor tergeo sponte terga. Decens vulnus cicuta thesis cometes capillus ager. Ratione canto aeger tabgo.",
  "cuisine": "indian",
  "difficulty": "medium",
  "prepMinutes": 31,
  "cookMinutes": 88,
  "servings": 1,
  "ingredients": [
    "4 tsp eggs",
    "0.25 oz alfalfa",
    "3.25 g white wine vinegar",
    "2 tsp oregano",
    "4 lb lotus root",
    "0.25 tsp soymilk",
    "3 tsp mastic",
    "2 cup feijoa",
    "2.5 oz kangaroo",
    "3.75 cup coriander seed",
    "3 oz passionfruit",
    "2.75 tbsp goat cheese",
    "3.5 tbsp star fruit"
  ],
  "instructions": [
    "Step 1: Simmer flathead until desidero tergum.",
    "Step 2: Whisk vinegar until adiuvo asper tero.",
    "Step 3: Combine kudzu until timor aspernatur.",
    "Step 4: Season flat mushrooms until thesis advoco adopto.",
    "Step 5: Season tamarillo until undique ad.",
    "Step 6: Simmer chicken until consequuntur cursim."
  ],
  "tags": [
    "spicy",
    "dairy-free",
    "low-carb",
    "high-protein"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-88/1200/800",
  "createdAt": "2026-02-02T19:56:27.013Z",
  "updatedAt": "2026-02-02T19:56:27.013Z"
}
Draftbit