example-data.com

recipes / #179

salty Pappardelle Alla Bolognese

salty Pappardelle Alla Bolognese

Prep
51 min
Cook
66 min
Serves
2

Sequi tamquam vallum.

Ingredients

  • • 3.5 cup common cultivated mushrooms
  • • 4 tsp brown mushrooms
  • • 1 g tofu
  • • 0.25 cup asian greens
  • • 4 cup kecap manis
  • • 0.75 tsp apple cider vinegar
  • • 1.5 tbsp quark
  • • 0.25 oz sultanas
  • • 2.75 cup kale
  • • 1.25 tbsp polenta
  • • 3 g swiss chard
  • • 3 cup stevia
  • • 1.75 oz tom yum
  • • 0.25 lb french eschallots

Instructions

  1. Step 1: Whisk almond oil until aggredior minima.
  2. Step 2: Stir brown rice until arma villa verto custodia.
  3. Step 3: Stir plums until studio umbra coma.
  4. Step 4: Season vermicelli noodles until advenio admiratio adaugeo.
  5. Step 5: Sauté wattleseed until sustineo debilito.
  6. Step 6: Stir wholemeal until doloremque credo similique in eaque.
  7. Step 7: Season raisin until asperiores defero delinquo debilito sono.
  8. Step 8: Whisk wakame until causa sollicito.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/179"
)
recipe = res.json()
{
  "id": 179,
  "userId": 227,
  "title": "salty Pappardelle Alla Bolognese",
  "slug": "salty-pappardelle-alla-bolognese-179",
  "description": "Sequi tamquam vallum.",
  "cuisine": "mediterranean",
  "difficulty": "hard",
  "prepMinutes": 51,
  "cookMinutes": 66,
  "servings": 2,
  "ingredients": [
    "3.5 cup common cultivated mushrooms",
    "4 tsp brown mushrooms",
    "1 g tofu",
    "0.25 cup asian greens",
    "4 cup kecap manis",
    "0.75 tsp apple cider vinegar",
    "1.5 tbsp quark",
    "0.25 oz sultanas",
    "2.75 cup kale",
    "1.25 tbsp polenta",
    "3 g swiss chard",
    "3 cup stevia",
    "1.75 oz tom yum",
    "0.25 lb french eschallots"
  ],
  "instructions": [
    "Step 1: Whisk almond oil until aggredior minima.",
    "Step 2: Stir brown rice until arma villa verto custodia.",
    "Step 3: Stir plums until studio umbra coma.",
    "Step 4: Season vermicelli noodles until advenio admiratio adaugeo.",
    "Step 5: Sauté wattleseed until sustineo debilito.",
    "Step 6: Stir wholemeal until doloremque credo similique in eaque.",
    "Step 7: Season raisin until asperiores defero delinquo debilito sono.",
    "Step 8: Whisk wakame until causa sollicito."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-179/1200/800",
  "createdAt": "2024-12-20T15:01:43.628Z",
  "updatedAt": "2024-12-20T15:01:43.628Z"
}
Draftbit