example-data.com

recipes / #293

sweet Peach-infused Pork Roast

sweet Peach-infused Pork Roast

low-carbdairy-freehealthyspicy
Prep
59 min
Cook
43 min
Serves
2

Traho aegrus voro vinitor umquam vilicus conturbo verecundia vesco. Ademptio adhaero strues spargo sum corpus.

Ingredients

  • • 0.75 tsp ricemilk
  • • 3.25 cup spinach
  • • 3.25 tbsp haricot beans
  • • 1.75 tsp barberry
  • • 1.25 oz szechuan pepperberry
  • • 2.25 cup coriander seed
  • • 1.75 tbsp bean sprouts
  • • 0.75 g pistachio nut
  • • 3.5 tbsp chilli pepper
  • • 1.25 cup stevia

Instructions

  1. Step 1: Fold sausages until beatae id spero numquam vinitor.
  2. Step 2: Season parmesan cheese until suspendo utilis claustrum teneo sustineo.
  3. Step 3: Whisk haricot beans until ultio aspicio vigilo antepono amaritudo.
  4. Step 4: Season asian greens until catena usitas.
  5. Step 5: Stir vegetable stock until tertius admoneo.
  6. Step 6: Simmer green tea until tandem sum.
  7. Step 7: Stir fennel until ustulo officiis.
  8. Step 8: Season beans until arbustum spargo vobis candidus.
  9. Step 9: Garnish horseradish until curo corrumpo.
  10. Step 10: Simmer tabasco until animadverto vestrum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/293"
)
recipe = res.json()
{
  "id": 293,
  "userId": 79,
  "title": "sweet Peach-infused Pork Roast",
  "slug": "sweet-peach-infused-pork-roast-293",
  "description": "Traho aegrus voro vinitor umquam vilicus conturbo verecundia vesco. Ademptio adhaero strues spargo sum corpus.",
  "cuisine": "indian",
  "difficulty": "easy",
  "prepMinutes": 59,
  "cookMinutes": 43,
  "servings": 2,
  "ingredients": [
    "0.75 tsp ricemilk",
    "3.25 cup spinach",
    "3.25 tbsp haricot beans",
    "1.75 tsp barberry",
    "1.25 oz szechuan pepperberry",
    "2.25 cup coriander seed",
    "1.75 tbsp bean sprouts",
    "0.75 g pistachio nut",
    "3.5 tbsp chilli pepper",
    "1.25 cup stevia"
  ],
  "instructions": [
    "Step 1: Fold sausages until beatae id spero numquam vinitor.",
    "Step 2: Season parmesan cheese until suspendo utilis claustrum teneo sustineo.",
    "Step 3: Whisk haricot beans until ultio aspicio vigilo antepono amaritudo.",
    "Step 4: Season asian greens until catena usitas.",
    "Step 5: Stir vegetable stock until tertius admoneo.",
    "Step 6: Simmer green tea until tandem sum.",
    "Step 7: Stir fennel until ustulo officiis.",
    "Step 8: Season beans until arbustum spargo vobis candidus.",
    "Step 9: Garnish horseradish until curo corrumpo.",
    "Step 10: Simmer tabasco until animadverto vestrum."
  ],
  "tags": [
    "low-carb",
    "dairy-free",
    "healthy",
    "spicy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-293/1200/800",
  "createdAt": "2025-12-06T06:05:43.400Z",
  "updatedAt": "2025-12-06T06:05:43.400Z"
}
Draftbit