example-data.com

recipes / #289

smoky Scotch Eggs

smoky Scotch Eggs

gluten-freehealthyweeknight
Prep
10 min
Cook
105 min
Serves
2

Ultra arcus taceo.

Ingredients

  • • 1 tsp swiss chard
  • • 2.5 lb tamarillo
  • • 2 g tuna
  • • 2.75 g okra
  • • 1.25 tbsp grapes
  • • 0.5 lb fruit
  • • 2 tsp cake
  • • 1.5 lb balsamic vinegar
  • • 4 tsp calamari
  • • 3.5 lb butter beans
  • • 3.5 tbsp parsnip
  • • 3 g calamari
  • • 2.75 lb pomegranate

Instructions

  1. Step 1: Simmer chinese cabbage until spero speculum quis alii decipio.
  2. Step 2: Stir cashews until amitto calculus approbo vere trans.
  3. Step 3: Season pear juice until atrocitas callide bonus comburo vorax.
  4. Step 4: Combine tom yum until voro nam copiose vociferor.
  5. Step 5: Fold lemon until vulgaris animi possimus autus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/289"
)
recipe = res.json()
{
  "id": 289,
  "userId": 206,
  "title": "smoky Scotch Eggs",
  "slug": "smoky-scotch-eggs-289",
  "description": "Ultra arcus taceo.",
  "cuisine": "thai",
  "difficulty": "medium",
  "prepMinutes": 10,
  "cookMinutes": 105,
  "servings": 2,
  "ingredients": [
    "1 tsp swiss chard",
    "2.5 lb tamarillo",
    "2 g tuna",
    "2.75 g okra",
    "1.25 tbsp grapes",
    "0.5 lb fruit",
    "2 tsp cake",
    "1.5 lb balsamic vinegar",
    "4 tsp calamari",
    "3.5 lb butter beans",
    "3.5 tbsp parsnip",
    "3 g calamari",
    "2.75 lb pomegranate"
  ],
  "instructions": [
    "Step 1: Simmer chinese cabbage until spero speculum quis alii decipio.",
    "Step 2: Stir cashews until amitto calculus approbo vere trans.",
    "Step 3: Season pear juice until atrocitas callide bonus comburo vorax.",
    "Step 4: Combine tom yum until voro nam copiose vociferor.",
    "Step 5: Fold lemon until vulgaris animi possimus autus."
  ],
  "tags": [
    "gluten-free",
    "healthy",
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-289/1200/800",
  "createdAt": "2025-04-12T14:22:37.287Z",
  "updatedAt": "2025-04-12T14:22:37.287Z"
}
Draftbit