example-data.com

recipes / #98

smoky Salmon Nigiri

smoky Salmon Nigiri

vegetarianvegangluten-freeweeknight
Prep
45 min
Cook
30 min
Serves
4

Ter degusto aliqua laborum spectaculum atqui demulceo. Summopere conturbo demoror sulum terreo triumphus dens tepidus.

Ingredients

  • • 3.5 tbsp butter
  • • 0.5 g mozzarella
  • • 0.5 cup baking soda
  • • 1.75 g parmesan cheese
  • • 3.25 cup chives
  • • 3.75 g achacha

Instructions

  1. Step 1: Whisk mint until cedo benigne comminor.
  2. Step 2: Stir monkfish until cauda decipio.
  3. Step 3: Garnish wholegrain bread until sufficio demum.
  4. Step 4: Garnish mace until non pauci vivo.
  5. Step 5: Fold red cabbage until audax cotidie utilis.
  6. Step 6: Stir okra until audio denego calamitas ultra.
  7. Step 7: Season cavalo until debilito occaecati aestus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/98"
)
recipe = res.json()
{
  "id": 98,
  "userId": 32,
  "title": "smoky Salmon Nigiri",
  "slug": "smoky-salmon-nigiri-98",
  "description": "Ter degusto aliqua laborum spectaculum atqui demulceo. Summopere conturbo demoror sulum terreo triumphus dens tepidus.",
  "cuisine": "japanese",
  "difficulty": "easy",
  "prepMinutes": 45,
  "cookMinutes": 30,
  "servings": 4,
  "ingredients": [
    "3.5 tbsp butter",
    "0.5 g mozzarella",
    "0.5 cup baking soda",
    "1.75 g parmesan cheese",
    "3.25 cup chives",
    "3.75 g achacha"
  ],
  "instructions": [
    "Step 1: Whisk mint until cedo benigne comminor.",
    "Step 2: Stir monkfish until cauda decipio.",
    "Step 3: Garnish wholegrain bread until sufficio demum.",
    "Step 4: Garnish mace until non pauci vivo.",
    "Step 5: Fold red cabbage until audax cotidie utilis.",
    "Step 6: Stir okra until audio denego calamitas ultra.",
    "Step 7: Season cavalo until debilito occaecati aestus."
  ],
  "tags": [
    "vegetarian",
    "vegan",
    "gluten-free",
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-98/1200/800",
  "createdAt": "2024-07-22T06:15:14.498Z",
  "updatedAt": "2024-07-22T06:15:14.498Z"
}
Draftbit