example-data.com

recipes / #167

bitter Pork Sausage Roll

bitter Pork Sausage Roll

quickfamilyvegetarian
Prep
59 min
Cook
173 min
Serves
3

Uredo copiose aeneus adfero sodalitas est brevis tot caritas. Temeritas accusantium aspicio tristis succedo eum voluptate. Vilis adsuesco aperiam territo conventus vis tunc tredecim atqui timor.

Ingredients

  • • 1 tbsp flaxseed
  • • 3 lb balsamic vinegar
  • • 2.75 g onion
  • • 3 g oregano
  • • 3 tbsp red pepper
  • • 0.75 lb white bread
  • • 1.25 cup wasabi
  • • 0.25 tsp margarine
  • • 2.5 g longan
  • • 1 tbsp maple syrup
  • • 1.25 tbsp mussels

Instructions

  1. Step 1: Simmer squid until arcus pecus aestivus civitas subseco.
  2. Step 2: Simmer blue eye trevalla until deleo antiquus pecco succedo solum.
  3. Step 3: Whisk cauliflower until chirographum alo titulus soluta.
  4. Step 4: Combine papaw until conventus deludo harum supra delibero.
  5. Step 5: Fold cream cheese until arbor pecus cito annus canonicus.
  6. Step 6: Season freekeh until voco suppono debilito voro.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/167"
)
recipe = res.json()
{
  "id": 167,
  "userId": 220,
  "title": "bitter Pork Sausage Roll",
  "slug": "bitter-pork-sausage-roll-167",
  "description": "Uredo copiose aeneus adfero sodalitas est brevis tot caritas. Temeritas accusantium aspicio tristis succedo eum voluptate. Vilis adsuesco aperiam territo conventus vis tunc tredecim atqui timor.",
  "cuisine": "american",
  "difficulty": "easy",
  "prepMinutes": 59,
  "cookMinutes": 173,
  "servings": 3,
  "ingredients": [
    "1 tbsp flaxseed",
    "3 lb balsamic vinegar",
    "2.75 g onion",
    "3 g oregano",
    "3 tbsp red pepper",
    "0.75 lb white bread",
    "1.25 cup wasabi",
    "0.25 tsp margarine",
    "2.5 g longan",
    "1 tbsp maple syrup",
    "1.25 tbsp mussels"
  ],
  "instructions": [
    "Step 1: Simmer squid until arcus pecus aestivus civitas subseco.",
    "Step 2: Simmer blue eye trevalla until deleo antiquus pecco succedo solum.",
    "Step 3: Whisk cauliflower until chirographum alo titulus soluta.",
    "Step 4: Combine papaw until conventus deludo harum supra delibero.",
    "Step 5: Fold cream cheese until arbor pecus cito annus canonicus.",
    "Step 6: Season freekeh until voco suppono debilito voro."
  ],
  "tags": [
    "quick",
    "family",
    "vegetarian"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-167/1200/800",
  "createdAt": "2025-12-11T10:03:33.615Z",
  "updatedAt": "2025-12-11T10:03:33.615Z"
}
Draftbit