example-data.com

recipes / #178

sweet Jarrahdale Pumpkin-infused Salmon

sweet Jarrahdale Pumpkin-infused Salmon

low-carb
Prep
6 min
Cook
96 min
Serves
5

Vulgivagus aro tabgo sumo adipiscor.

Ingredients

  • • 3.5 oz vermicelli noodles
  • • 2 oz arborio rice
  • • 1.5 oz lobster
  • • 1.75 cup red wine vinegar
  • • 2.25 tbsp rose water
  • • 2.5 tsp vegetable stock
  • • 1 tsp quark

Instructions

  1. Step 1: Season trout until non cultura conitor.
  2. Step 2: Fold guava until vitae cruciamentum.
  3. Step 3: Stir mullet until decimus sum sortitus strues harum.
  4. Step 4: Stir dark chocolate until harum amissio tamen angustus vilicus.
  5. Step 5: Fold corn oil until placeat timidus.
  6. Step 6: Garnish capers until volo minima tempore video.
  7. Step 7: Stir beans until somnus curatio adamo valens cohaero.
  8. Step 8: Garnish sprouts until cultellus supra.
  9. Step 9: Sauté muesli until tergum capto.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/178"
)
recipe = res.json()
{
  "id": 178,
  "userId": 192,
  "title": "sweet Jarrahdale Pumpkin-infused Salmon",
  "slug": "sweet-jarrahdale-pumpkin-infused-salmon-178",
  "description": "Vulgivagus aro tabgo sumo adipiscor.",
  "cuisine": "italian",
  "difficulty": "hard",
  "prepMinutes": 6,
  "cookMinutes": 96,
  "servings": 5,
  "ingredients": [
    "3.5 oz vermicelli noodles",
    "2 oz arborio rice",
    "1.5 oz lobster",
    "1.75 cup red wine vinegar",
    "2.25 tbsp rose water",
    "2.5 tsp vegetable stock",
    "1 tsp quark"
  ],
  "instructions": [
    "Step 1: Season trout until non cultura conitor.",
    "Step 2: Fold guava until vitae cruciamentum.",
    "Step 3: Stir mullet until decimus sum sortitus strues harum.",
    "Step 4: Stir dark chocolate until harum amissio tamen angustus vilicus.",
    "Step 5: Fold corn oil until placeat timidus.",
    "Step 6: Garnish capers until volo minima tempore video.",
    "Step 7: Stir beans until somnus curatio adamo valens cohaero.",
    "Step 8: Garnish sprouts until cultellus supra.",
    "Step 9: Sauté muesli until tergum capto."
  ],
  "tags": [
    "low-carb"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-178/1200/800",
  "createdAt": "2025-03-03T17:56:59.201Z",
  "updatedAt": "2025-03-03T17:56:59.201Z"
}
Draftbit