example-data.com

recipes / #158

creamy Sweet Potato-infused Pork

creamy Sweet Potato-infused Pork

gluten-freehealthyspicylow-carb
Prep
15 min
Cook
12 min
Serves
1

Sunt taedium admoneo vester damno tenax debilito. Ubi cursim ait adimpleo aggero et cotidie spargo expedita id. Vilicus tenus reprehenderit tempore tres antea reiciendis paulatim.

Ingredients

  • • 0.5 cup starfruit
  • • 1.5 lb flathead
  • • 3.5 oz beef
  • • 1.75 oz melon
  • • 3.75 g eggs
  • • 3.25 tsp yoghurt
  • • 4 tsp chestnut
  • • 1.25 tbsp borlotti beans
  • • 3 lb rye
  • • 3.25 tsp sake

Instructions

  1. Step 1: Whisk fennel until argentum acceptus.
  2. Step 2: Combine spelt until vomer ullam celo tamquam.
  3. Step 3: Fold custard apples until umquam quis validus.
  4. Step 4: Whisk green beans until ceno consuasor.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/158"
)
recipe = res.json()
{
  "id": 158,
  "userId": 166,
  "title": "creamy Sweet Potato-infused Pork",
  "slug": "creamy-sweet-potato-infused-pork-158",
  "description": "Sunt taedium admoneo vester damno tenax debilito. Ubi cursim ait adimpleo aggero et cotidie spargo expedita id. Vilicus tenus reprehenderit tempore tres antea reiciendis paulatim.",
  "cuisine": "french",
  "difficulty": "easy",
  "prepMinutes": 15,
  "cookMinutes": 12,
  "servings": 1,
  "ingredients": [
    "0.5 cup starfruit",
    "1.5 lb flathead",
    "3.5 oz beef",
    "1.75 oz melon",
    "3.75 g eggs",
    "3.25 tsp yoghurt",
    "4 tsp chestnut",
    "1.25 tbsp borlotti beans",
    "3 lb rye",
    "3.25 tsp sake"
  ],
  "instructions": [
    "Step 1: Whisk fennel until argentum acceptus.",
    "Step 2: Combine spelt until vomer ullam celo tamquam.",
    "Step 3: Fold custard apples until umquam quis validus.",
    "Step 4: Whisk green beans until ceno consuasor."
  ],
  "tags": [
    "gluten-free",
    "healthy",
    "spicy",
    "low-carb"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-158/1200/800",
  "createdAt": "2024-08-31T02:33:40.762Z",
  "updatedAt": "2024-08-31T02:33:40.762Z"
}
Draftbit