example-data.com

recipes / #206

fresh Pork Sausage Roll

fresh Pork Sausage Roll

spicyhigh-protein
Prep
52 min
Cook
134 min
Serves
3

Ventito compello argentum trans calamitas vitium demo nostrum allatus placeat.

Ingredients

  • • 2.75 lb cranberry
  • • 4 cup besan
  • • 4 lb chicken
  • • 1.25 oz banana
  • • 3.75 lb bamboo shoots
  • • 1.75 lb turmeric
  • • 0.5 lb pinto beans
  • • 4 oz dashi
  • • 3.25 tsp asian greens
  • • 0.25 lb bonza

Instructions

  1. Step 1: Simmer turmeric until volup verbum cohibeo.
  2. Step 2: Fold bulghur until compono ascit valens volubilis abbas.
  3. Step 3: Stir black eyed beans until vulticulus carpo facere.
  4. Step 4: Stir cannellini beans until atrocitas appositus clamo crudelis.
  5. Step 5: Stir celery seed until explicabo bellum thema utpote minima.
  6. Step 6: Stir turmeric until cubitum crustulum vitium.
  7. Step 7: Garnish asian greens until aduro stabilis.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/206"
)
recipe = res.json()
{
  "id": 206,
  "userId": 111,
  "title": "fresh Pork Sausage Roll",
  "slug": "fresh-pork-sausage-roll-206",
  "description": "Ventito compello argentum trans calamitas vitium demo nostrum allatus placeat.",
  "cuisine": "thai",
  "difficulty": "hard",
  "prepMinutes": 52,
  "cookMinutes": 134,
  "servings": 3,
  "ingredients": [
    "2.75 lb cranberry",
    "4 cup besan",
    "4 lb chicken",
    "1.25 oz banana",
    "3.75 lb bamboo shoots",
    "1.75 lb turmeric",
    "0.5 lb pinto beans",
    "4 oz dashi",
    "3.25 tsp asian greens",
    "0.25 lb bonza"
  ],
  "instructions": [
    "Step 1: Simmer turmeric until volup verbum cohibeo.",
    "Step 2: Fold bulghur until compono ascit valens volubilis abbas.",
    "Step 3: Stir black eyed beans until vulticulus carpo facere.",
    "Step 4: Stir cannellini beans until atrocitas appositus clamo crudelis.",
    "Step 5: Stir celery seed until explicabo bellum thema utpote minima.",
    "Step 6: Stir turmeric until cubitum crustulum vitium.",
    "Step 7: Garnish asian greens until aduro stabilis."
  ],
  "tags": [
    "spicy",
    "high-protein"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-206/1200/800",
  "createdAt": "2024-10-13T06:46:55.538Z",
  "updatedAt": "2024-10-13T06:46:55.538Z"
}
Draftbit