example-data.com

recipes / #199

crispy Pork Sausage Roll

crispy Pork Sausage Roll

dairy-freevegan
Prep
20 min
Cook
27 min
Serves
4

Absorbeo asperiores bene toties vetus celo calcar trans deserunt iusto. Cerno desino tenax subvenio cunae tibi iure umquam commemoro thesis. Cognomen dicta atavus urbs.

Ingredients

  • • 1.5 g coriander leaves
  • • 3 cup kiwi fruit
  • • 0.5 tsp watermelon
  • • 1 tsp bamboo shoots
  • • 1.25 cup goji berry
  • • 4 g asian noodles
  • • 0.75 g peanuts
  • • 3.75 tsp squash
  • • 0.5 tsp salmon

Instructions

  1. Step 1: Season jasmine rice until acsi tenax.
  2. Step 2: Fold kudzu until tum demitto crebro.
  3. Step 3: Stir tapioca flour until tergo xiphias carcer cimentarius certus.
  4. Step 4: Stir celery until argumentum speciosus.
  5. Step 5: Whisk loquats until aestivus stips titulus necessitatibus.
  6. Step 6: Fold poppy seed until trepide valeo amaritudo.
  7. Step 7: Simmer honeydew melon until verus ver barba.
  8. Step 8: Garnish buttermilk until consuasor constans.
  9. Step 9: Whisk cream cheese until deorsum surgo.
  10. Step 10: Sauté lettuce until strues statua capio at.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/199"
)
recipe = res.json()
{
  "id": 199,
  "userId": 160,
  "title": "crispy Pork Sausage Roll",
  "slug": "crispy-pork-sausage-roll-199",
  "description": "Absorbeo asperiores bene toties vetus celo calcar trans deserunt iusto. Cerno desino tenax subvenio cunae tibi iure umquam commemoro thesis. Cognomen dicta atavus urbs.",
  "cuisine": "mexican",
  "difficulty": "easy",
  "prepMinutes": 20,
  "cookMinutes": 27,
  "servings": 4,
  "ingredients": [
    "1.5 g coriander leaves",
    "3 cup kiwi fruit",
    "0.5 tsp watermelon",
    "1 tsp bamboo shoots",
    "1.25 cup goji berry",
    "4 g asian noodles",
    "0.75 g peanuts",
    "3.75 tsp squash",
    "0.5 tsp salmon"
  ],
  "instructions": [
    "Step 1: Season jasmine rice until acsi tenax.",
    "Step 2: Fold kudzu until tum demitto crebro.",
    "Step 3: Stir tapioca flour until tergo xiphias carcer cimentarius certus.",
    "Step 4: Stir celery until argumentum speciosus.",
    "Step 5: Whisk loquats until aestivus stips titulus necessitatibus.",
    "Step 6: Fold poppy seed until trepide valeo amaritudo.",
    "Step 7: Simmer honeydew melon until verus ver barba.",
    "Step 8: Garnish buttermilk until consuasor constans.",
    "Step 9: Whisk cream cheese until deorsum surgo.",
    "Step 10: Sauté lettuce until strues statua capio at."
  ],
  "tags": [
    "dairy-free",
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-199/1200/800",
  "createdAt": "2026-03-25T03:28:48.235Z",
  "updatedAt": "2026-03-25T03:28:48.235Z"
}
Draftbit