example-data.com

recipes / #118

salty Cacao-infused Salmon

salty Cacao-infused Salmon

comfortvegetarianlow-carb
Prep
53 min
Cook
2 min
Serves
4

Odit admitto ambitus curtus arbustum.

Ingredients

  • • 1.75 g chickpea
  • • 2.25 cup sea salt
  • • 1.25 oz buckwheat
  • • 2 lb purple rice
  • • 2.5 cup oysters
  • • 4 g scallops
  • • 1.75 oz tom yum
  • • 4 lb mastic
  • • 1 g silverbeet
  • • 2.75 lb sultanas
  • • 0.75 g kohlrabi
  • • 2.25 tsp margarine
  • • 2.25 cup butternut lettuce

Instructions

  1. Step 1: Stir french eschallots until cibo claustrum.
  2. Step 2: Whisk crabs until sunt volaticus toties.
  3. Step 3: Sauté radicchio until cuius ascit iusto comes.
  4. Step 4: Simmer celery until damnatio confido tepesco at.
  5. Step 5: Simmer fingerlime until constans sortitus uberrime vobis.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/118"
)
recipe = res.json()
{
  "id": 118,
  "userId": 204,
  "title": "salty Cacao-infused Salmon",
  "slug": "salty-cacao-infused-salmon-118",
  "description": "Odit admitto ambitus curtus arbustum.",
  "cuisine": "mediterranean",
  "difficulty": "hard",
  "prepMinutes": 53,
  "cookMinutes": 2,
  "servings": 4,
  "ingredients": [
    "1.75 g chickpea",
    "2.25 cup sea salt",
    "1.25 oz buckwheat",
    "2 lb purple rice",
    "2.5 cup oysters",
    "4 g scallops",
    "1.75 oz tom yum",
    "4 lb mastic",
    "1 g silverbeet",
    "2.75 lb sultanas",
    "0.75 g kohlrabi",
    "2.25 tsp margarine",
    "2.25 cup butternut lettuce"
  ],
  "instructions": [
    "Step 1: Stir french eschallots until cibo claustrum.",
    "Step 2: Whisk crabs until sunt volaticus toties.",
    "Step 3: Sauté radicchio until cuius ascit iusto comes.",
    "Step 4: Simmer celery until damnatio confido tepesco at.",
    "Step 5: Simmer fingerlime until constans sortitus uberrime vobis."
  ],
  "tags": [
    "comfort",
    "vegetarian",
    "low-carb"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-118/1200/800",
  "createdAt": "2025-02-04T06:39:39.707Z",
  "updatedAt": "2025-02-04T06:39:39.707Z"
}
Draftbit