example-data.com

recipes / #189

spicy Vegetable Spaghetti-infused Salmon

spicy Vegetable Spaghetti-infused Salmon

spicy
Prep
34 min
Cook
152 min
Serves
4

Demergo abeo vulgivagus sapiente coerceo dolores corpus defessus acervus artificiose. Tabula tabernus demens sordeo deputo decens.

Ingredients

  • • 3.5 g koshihikari rice
  • • 2.25 cup carrot
  • • 3.25 tbsp raspberry
  • • 0.25 cup white flour
  • • 0.25 oz molasses
  • • 1.25 oz wholemeal
  • • 1 oz zucchini
  • • 0.25 tsp bonito flakes

Instructions

  1. Step 1: Fold spinach until terreo tunc libero.
  2. Step 2: Fold wholemeal until angelus subvenio tubineus.
  3. Step 3: Whisk carrot until ater terror.
  4. Step 4: Fold english spinach until conatus terminatio officia tubineus tabesco.
  5. Step 5: Fold swordfish until pecco sollicito.
  6. Step 6: Fold arborio rice until thesaurus somnus dolorem.
  7. Step 7: Simmer pear until abscido cunabula.
  8. Step 8: Garnish mace until aequus atrocitas summa.
  9. Step 9: Fold spring onions until verus adhaero.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/189"
)
recipe = res.json()
{
  "id": 189,
  "userId": 229,
  "title": "spicy Vegetable Spaghetti-infused Salmon",
  "slug": "spicy-vegetable-spaghetti-infused-salmon-189",
  "description": "Demergo abeo vulgivagus sapiente coerceo dolores corpus defessus acervus artificiose. Tabula tabernus demens sordeo deputo decens.",
  "cuisine": "mexican",
  "difficulty": "easy",
  "prepMinutes": 34,
  "cookMinutes": 152,
  "servings": 4,
  "ingredients": [
    "3.5 g koshihikari rice",
    "2.25 cup carrot",
    "3.25 tbsp raspberry",
    "0.25 cup white flour",
    "0.25 oz molasses",
    "1.25 oz wholemeal",
    "1 oz zucchini",
    "0.25 tsp bonito flakes"
  ],
  "instructions": [
    "Step 1: Fold spinach until terreo tunc libero.",
    "Step 2: Fold wholemeal until angelus subvenio tubineus.",
    "Step 3: Whisk carrot until ater terror.",
    "Step 4: Fold english spinach until conatus terminatio officia tubineus tabesco.",
    "Step 5: Fold swordfish until pecco sollicito.",
    "Step 6: Fold arborio rice until thesaurus somnus dolorem.",
    "Step 7: Simmer pear until abscido cunabula.",
    "Step 8: Garnish mace until aequus atrocitas summa.",
    "Step 9: Fold spring onions until verus adhaero."
  ],
  "tags": [
    "spicy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-189/1200/800",
  "createdAt": "2026-03-06T19:54:11.380Z",
  "updatedAt": "2026-03-06T19:54:11.380Z"
}
Draftbit