example-data.com

recipes / #93

salty Pork Sausage Roll

salty Pork Sausage Roll

vegetarian
Prep
46 min
Cook
146 min
Serves
7

Amoveo venia vulariter adipiscor ver conscendo canonicus. Reprehenderit sponte terreo.

Ingredients

  • • 0.25 tbsp pandanus leaves
  • • 1 tbsp albacore tuna
  • • 1 oz pear juice
  • • 3.5 g lettuce
  • • 3.5 g mountain bread
  • • 1.5 cup lychees

Instructions

  1. Step 1: Garnish barramundi until consectetur commodi pauper theca.
  2. Step 2: Whisk ricotta until coadunatio adfero.
  3. Step 3: Garnish honeydew melon until suppellex itaque vindico vir defessus.
  4. Step 4: Garnish butter until beatus laboriosam dedico aedificium terreo.
  5. Step 5: Fold brown flour until adicio curso constans.
  6. Step 6: Garnish curry powder until enim denique canis.
  7. Step 7: Stir tom yum until acerbitas deinde distinctio vociferor.
  8. Step 8: Simmer cardamom until pauper uxor amplus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/93"
)
recipe = res.json()
{
  "id": 93,
  "userId": 94,
  "title": "salty Pork Sausage Roll",
  "slug": "salty-pork-sausage-roll-93",
  "description": "Amoveo venia vulariter adipiscor ver conscendo canonicus. Reprehenderit sponte terreo.",
  "cuisine": "japanese",
  "difficulty": "medium",
  "prepMinutes": 46,
  "cookMinutes": 146,
  "servings": 7,
  "ingredients": [
    "0.25 tbsp pandanus leaves",
    "1 tbsp albacore tuna",
    "1 oz pear juice",
    "3.5 g lettuce",
    "3.5 g mountain bread",
    "1.5 cup lychees"
  ],
  "instructions": [
    "Step 1: Garnish barramundi until consectetur commodi pauper theca.",
    "Step 2: Whisk ricotta until coadunatio adfero.",
    "Step 3: Garnish honeydew melon until suppellex itaque vindico vir defessus.",
    "Step 4: Garnish butter until beatus laboriosam dedico aedificium terreo.",
    "Step 5: Fold brown flour until adicio curso constans.",
    "Step 6: Garnish curry powder until enim denique canis.",
    "Step 7: Stir tom yum until acerbitas deinde distinctio vociferor.",
    "Step 8: Simmer cardamom until pauper uxor amplus."
  ],
  "tags": [
    "vegetarian"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-93/1200/800",
  "createdAt": "2025-09-24T02:38:43.910Z",
  "updatedAt": "2025-09-24T02:38:43.910Z"
}
Draftbit