example-data.com

recipes / #50

bitter Thyme-rubbed Goose Salad

bitter Thyme-rubbed Goose Salad

Prep
58 min
Cook
25 min
Serves
8

Territo xiphias tamdiu atavus ancilla sol pecto. Subseco viridis sumptus depereo delinquo amplexus minima.

Ingredients

  • • 4 tbsp warehou
  • • 0.25 tbsp pistachio nut
  • • 4 oz capers
  • • 2.75 tsp garlic
  • • 0.75 tsp haricot beans
  • • 2 oz baking soda
  • • 2 tbsp ajowan seed
  • • 3.5 g wholemeal
  • • 0.25 tsp cream cheese
  • • 0.25 tbsp nuts
  • • 2.25 tsp hazelnut
  • • 0.25 oz fennel seeds

Instructions

  1. Step 1: Stir wasabi until pectus caterva virtus aro.
  2. Step 2: Whisk avocado until cibo tamisium tergiversatio quia attero.
  3. Step 3: Sauté broccoli until deleo spes.
  4. Step 4: Stir brazil nut until curis despecto comedo victus aequus.
  5. Step 5: Season feijoa until sono beneficium.
  6. Step 6: Stir allspice until numquam viriliter earum dignissimos.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/50"
)
recipe = res.json()
{
  "id": 50,
  "userId": 58,
  "title": "bitter Thyme-rubbed Goose Salad",
  "slug": "bitter-thyme-rubbed-goose-salad-50",
  "description": "Territo xiphias tamdiu atavus ancilla sol pecto. Subseco viridis sumptus depereo delinquo amplexus minima.",
  "cuisine": "french",
  "difficulty": "hard",
  "prepMinutes": 58,
  "cookMinutes": 25,
  "servings": 8,
  "ingredients": [
    "4 tbsp warehou",
    "0.25 tbsp pistachio nut",
    "4 oz capers",
    "2.75 tsp garlic",
    "0.75 tsp haricot beans",
    "2 oz baking soda",
    "2 tbsp ajowan seed",
    "3.5 g wholemeal",
    "0.25 tsp cream cheese",
    "0.25 tbsp nuts",
    "2.25 tsp hazelnut",
    "0.25 oz fennel seeds"
  ],
  "instructions": [
    "Step 1: Stir wasabi until pectus caterva virtus aro.",
    "Step 2: Whisk avocado until cibo tamisium tergiversatio quia attero.",
    "Step 3: Sauté broccoli until deleo spes.",
    "Step 4: Stir brazil nut until curis despecto comedo victus aequus.",
    "Step 5: Season feijoa until sono beneficium.",
    "Step 6: Stir allspice until numquam viriliter earum dignissimos."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-50/1200/800",
  "createdAt": "2024-06-11T15:56:08.495Z",
  "updatedAt": "2024-06-11T15:56:08.495Z"
}
Draftbit