example-data.com

recipes / #115

fresh Pork Sausage Roll

fresh Pork Sausage Roll

Prep
57 min
Cook
80 min
Serves
7

Ex volo cras utroque. Timor certus deripio.

Ingredients

  • • 0.75 lb cous cous
  • • 2.5 lb starfruit
  • • 0.5 g dates
  • • 1.25 lb onion
  • • 2 lb mullet
  • • 2.5 g sweet potato
  • • 1.25 tbsp rye
  • • 3.5 lb quinoa
  • • 2 lb mangosteens

Instructions

  1. Step 1: Whisk cantaloupe until tener vomito adficio antea.
  2. Step 2: Season sprouts until arma adhuc.
  3. Step 3: Simmer taleggio cheese until crebro timidus arma.
  4. Step 4: Simmer barramundi until totus aestus.
  5. Step 5: Simmer milk until coniecto cohibeo.
  6. Step 6: Combine rockmelon until decor carpo demoror sopor facere.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/115"
)
recipe = res.json()
{
  "id": 115,
  "userId": 111,
  "title": "fresh Pork Sausage Roll",
  "slug": "fresh-pork-sausage-roll-115",
  "description": "Ex volo cras utroque. Timor certus deripio.",
  "cuisine": "mediterranean",
  "difficulty": "hard",
  "prepMinutes": 57,
  "cookMinutes": 80,
  "servings": 7,
  "ingredients": [
    "0.75 lb cous cous",
    "2.5 lb starfruit",
    "0.5 g dates",
    "1.25 lb onion",
    "2 lb mullet",
    "2.5 g sweet potato",
    "1.25 tbsp rye",
    "3.5 lb quinoa",
    "2 lb mangosteens"
  ],
  "instructions": [
    "Step 1: Whisk cantaloupe until tener vomito adficio antea.",
    "Step 2: Season sprouts until arma adhuc.",
    "Step 3: Simmer taleggio cheese until crebro timidus arma.",
    "Step 4: Simmer barramundi until totus aestus.",
    "Step 5: Simmer milk until coniecto cohibeo.",
    "Step 6: Combine rockmelon until decor carpo demoror sopor facere."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-115/1200/800",
  "createdAt": "2025-07-12T00:32:10.179Z",
  "updatedAt": "2025-07-12T00:32:10.179Z"
}
Draftbit