example-data.com

recipes / #196

tangy Lasagne

tangy Lasagne

high-proteingluten-freespicylow-carb
Prep
52 min
Cook
177 min
Serves
7

Excepturi absconditus omnis. Soleo concedo ipsam.

Ingredients

  • • 3.5 cup greenwheat freekeh
  • • 1.25 tsp star anise
  • • 2.25 oz swiss chard
  • • 4 tsp turkey
  • • 2.75 cup sea salt
  • • 1.75 cup miso
  • • 0.75 lb vegetable spaghetti
  • • 0.5 tsp soy milk
  • • 3.5 cup squid
  • • 4 tsp beetroot
  • • 1 g cloves
  • • 1 g mastic
  • • 0.75 tbsp ajowan seed

Instructions

  1. Step 1: Fold bok choy until adflicto aedificium degusto advenio maiores.
  2. Step 2: Combine onion until timor ipsa creber.
  3. Step 3: Whisk radicchio until deinde demens supplanto demo.
  4. Step 4: Sauté nutritional yeast until curia considero tabgo tricesimus.
  5. Step 5: Season lemongrass until decretum voluptatibus truculenter.
  6. Step 6: Sauté cloves until cupiditas commodi.
  7. Step 7: Stir brown rice vinegar until thymum aeternus.
  8. Step 8: Sauté arborio rice until cras viscus curtus.
  9. Step 9: Simmer rice noodles until possimus eos arcesso abduco.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/196"
)
recipe = res.json()
{
  "id": 196,
  "userId": 178,
  "title": "tangy Lasagne",
  "slug": "tangy-lasagne-196",
  "description": "Excepturi absconditus omnis. Soleo concedo ipsam.",
  "cuisine": "italian",
  "difficulty": "medium",
  "prepMinutes": 52,
  "cookMinutes": 177,
  "servings": 7,
  "ingredients": [
    "3.5 cup greenwheat freekeh",
    "1.25 tsp star anise",
    "2.25 oz swiss chard",
    "4 tsp turkey",
    "2.75 cup sea salt",
    "1.75 cup miso",
    "0.75 lb vegetable spaghetti",
    "0.5 tsp soy milk",
    "3.5 cup squid",
    "4 tsp beetroot",
    "1 g cloves",
    "1 g mastic",
    "0.75 tbsp ajowan seed"
  ],
  "instructions": [
    "Step 1: Fold bok choy until adflicto aedificium degusto advenio maiores.",
    "Step 2: Combine onion until timor ipsa creber.",
    "Step 3: Whisk radicchio until deinde demens supplanto demo.",
    "Step 4: Sauté nutritional yeast until curia considero tabgo tricesimus.",
    "Step 5: Season lemongrass until decretum voluptatibus truculenter.",
    "Step 6: Sauté cloves until cupiditas commodi.",
    "Step 7: Stir brown rice vinegar until thymum aeternus.",
    "Step 8: Sauté arborio rice until cras viscus curtus.",
    "Step 9: Simmer rice noodles until possimus eos arcesso abduco."
  ],
  "tags": [
    "high-protein",
    "gluten-free",
    "spicy",
    "low-carb"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-196/1200/800",
  "createdAt": "2025-04-24T16:11:53.623Z",
  "updatedAt": "2025-04-24T16:11:53.623Z"
}
Draftbit