example-data.com

recipes / #25

golden Pork Sausage Roll

golden Pork Sausage Roll

high-proteinvegangluten-freehealthy
Prep
48 min
Cook
103 min
Serves
1

Vereor apud audio thema appello eius. Vinum enim contego tum audacia cumque termes quae. Congregatio candidus adeo careo viscus timidus voluptas.

Ingredients

  • • 1.75 tsp peas
  • • 1.25 tbsp anchovies
  • • 1.75 oz cottage cheese
  • • 0.25 lb ajowan seed
  • • 2.75 tsp hazelnut
  • • 1.5 tsp dark chocolate
  • • 3 tsp brown flour

Instructions

  1. Step 1: Season kidney beans until argumentum terra.
  2. Step 2: Whisk salmon until charisma abeo officiis aperte consequuntur.
  3. Step 3: Stir haricot beans until balbus solum.
  4. Step 4: Simmer cumquat until quos absens crur vir ullam.
  5. Step 5: Stir buckwheat noodles until aperiam considero agnosco.
  6. Step 6: Simmer zucchini until speciosus verto quod.
  7. Step 7: Sauté english spinach until terra aegre cuppedia cavus veritatis.
  8. Step 8: Combine tangelo until advenio alii aliquam astrum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/25"
)
recipe = res.json()
{
  "id": 25,
  "userId": 84,
  "title": "golden Pork Sausage Roll",
  "slug": "golden-pork-sausage-roll-25",
  "description": "Vereor apud audio thema appello eius. Vinum enim contego tum audacia cumque termes quae. Congregatio candidus adeo careo viscus timidus voluptas.",
  "cuisine": "american",
  "difficulty": "easy",
  "prepMinutes": 48,
  "cookMinutes": 103,
  "servings": 1,
  "ingredients": [
    "1.75 tsp peas",
    "1.25 tbsp anchovies",
    "1.75 oz cottage cheese",
    "0.25 lb ajowan seed",
    "2.75 tsp hazelnut",
    "1.5 tsp dark chocolate",
    "3 tsp brown flour"
  ],
  "instructions": [
    "Step 1: Season kidney beans until argumentum terra.",
    "Step 2: Whisk salmon until charisma abeo officiis aperte consequuntur.",
    "Step 3: Stir haricot beans until balbus solum.",
    "Step 4: Simmer cumquat until quos absens crur vir ullam.",
    "Step 5: Stir buckwheat noodles until aperiam considero agnosco.",
    "Step 6: Simmer zucchini until speciosus verto quod.",
    "Step 7: Sauté english spinach until terra aegre cuppedia cavus veritatis.",
    "Step 8: Combine tangelo until advenio alii aliquam astrum."
  ],
  "tags": [
    "high-protein",
    "vegan",
    "gluten-free",
    "healthy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-25/1200/800",
  "createdAt": "2025-01-30T10:00:26.871Z",
  "updatedAt": "2025-01-30T10:00:26.871Z"
}
Draftbit