example-data.com

recipes / #78

spicy Poke

spicy Poke

family
Prep
39 min
Cook
131 min
Serves
2

Ulciscor currus capio eveniet demulceo cariosus tutis cornu verbera aegrotatio. Ventus vir artificiose inventore aestivus maiores summa texo. Aer textus tristis nostrum fugiat.

Ingredients

  • • 1.25 oz edamame
  • • 4 tsp cumquat
  • • 1 cup swordfish
  • • 1.25 oz bacon
  • • 3.25 tsp corn oil
  • • 1.25 lb enoki mushrooms
  • • 0.25 tbsp wholemeal
  • • 2.5 tbsp lavender flowers
  • • 1.75 cup butternut pumpkin
  • • 2.5 tbsp guava

Instructions

  1. Step 1: Sauté dill until coma verbera.
  2. Step 2: Whisk cumquat until tonsor bonus deserunt.
  3. Step 3: Fold cardamom until beatus sortitus uredo attollo.
  4. Step 4: Season chicken stock until depereo tepidus molestias.
  5. Step 5: Stir annatto seed until demulceo debeo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/78"
)
recipe = res.json()
{
  "id": 78,
  "userId": 43,
  "title": "spicy Poke",
  "slug": "spicy-poke-78",
  "description": "Ulciscor currus capio eveniet demulceo cariosus tutis cornu verbera aegrotatio. Ventus vir artificiose inventore aestivus maiores summa texo. Aer textus tristis nostrum fugiat.",
  "cuisine": "chinese",
  "difficulty": "hard",
  "prepMinutes": 39,
  "cookMinutes": 131,
  "servings": 2,
  "ingredients": [
    "1.25 oz edamame",
    "4 tsp cumquat",
    "1 cup swordfish",
    "1.25 oz bacon",
    "3.25 tsp corn oil",
    "1.25 lb enoki mushrooms",
    "0.25 tbsp wholemeal",
    "2.5 tbsp lavender flowers",
    "1.75 cup butternut pumpkin",
    "2.5 tbsp guava"
  ],
  "instructions": [
    "Step 1: Sauté dill until coma verbera.",
    "Step 2: Whisk cumquat until tonsor bonus deserunt.",
    "Step 3: Fold cardamom until beatus sortitus uredo attollo.",
    "Step 4: Season chicken stock until depereo tepidus molestias.",
    "Step 5: Stir annatto seed until demulceo debeo."
  ],
  "tags": [
    "family"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-78/1200/800",
  "createdAt": "2025-02-10T10:48:56.661Z",
  "updatedAt": "2025-02-10T10:48:56.661Z"
}
Draftbit