example-data.com

recipes / #186

smoky Lasagne

smoky Lasagne

quickhealthy
Prep
24 min
Cook
156 min
Serves
5

Undique deficio caritas. Iste commodi corroboro tutis perspiciatis spiculum aeternus numquam corporis. Via tres ait deprimo.

Ingredients

  • • 3.75 cup salmon
  • • 1.5 lb mullet
  • • 2 tbsp chinese cabbage
  • • 1.5 cup ham
  • • 0.5 oz common cultivated mushrooms
  • • 0.5 g yellowtail kingfish
  • • 0.25 g beef stock
  • • 2 oz fenugreek
  • • 1 g unbleached flour
  • • 0.75 oz fromage blanc
  • • 1.25 lb slivered almonds
  • • 3.5 tbsp albacore tuna

Instructions

  1. Step 1: Simmer jelly until commemoro abbas auditor aegre.
  2. Step 2: Season flathead until arbustum correptius crebro.
  3. Step 3: Season miso until velociter accedo vis.
  4. Step 4: Simmer enoki mushrooms until apostolus auctus.
  5. Step 5: Season sunflower seeds until vesper temporibus damno cariosus.
  6. Step 6: Garnish cloves until artificiose veniam summa.
  7. Step 7: Simmer corella pear until tertius abbas pel necessitatibus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/186"
)
recipe = res.json()
{
  "id": 186,
  "userId": 96,
  "title": "smoky Lasagne",
  "slug": "smoky-lasagne-186",
  "description": "Undique deficio caritas. Iste commodi corroboro tutis perspiciatis spiculum aeternus numquam corporis. Via tres ait deprimo.",
  "cuisine": "vietnamese",
  "difficulty": "easy",
  "prepMinutes": 24,
  "cookMinutes": 156,
  "servings": 5,
  "ingredients": [
    "3.75 cup salmon",
    "1.5 lb mullet",
    "2 tbsp chinese cabbage",
    "1.5 cup ham",
    "0.5 oz common cultivated mushrooms",
    "0.5 g yellowtail kingfish",
    "0.25 g beef stock",
    "2 oz fenugreek",
    "1 g unbleached flour",
    "0.75 oz fromage blanc",
    "1.25 lb slivered almonds",
    "3.5 tbsp albacore tuna"
  ],
  "instructions": [
    "Step 1: Simmer jelly until commemoro abbas auditor aegre.",
    "Step 2: Season flathead until arbustum correptius crebro.",
    "Step 3: Season miso until velociter accedo vis.",
    "Step 4: Simmer enoki mushrooms until apostolus auctus.",
    "Step 5: Season sunflower seeds until vesper temporibus damno cariosus.",
    "Step 6: Garnish cloves until artificiose veniam summa.",
    "Step 7: Simmer corella pear until tertius abbas pel necessitatibus."
  ],
  "tags": [
    "quick",
    "healthy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-186/1200/800",
  "createdAt": "2026-04-26T05:13:16.985Z",
  "updatedAt": "2026-04-26T05:13:16.985Z"
}
Draftbit