example-data.com

recipes / #17

golden Ebiten Maki

golden Ebiten Maki

vegetarianweeknightgluten-freehealthy
Prep
27 min
Cook
58 min
Serves
8

Rem adstringo ullus sublime.

Ingredients

  • • 3.5 tsp cayenne
  • • 2 tsp red cabbage
  • • 1.75 cup brie
  • • 3.5 oz water
  • • 4 lb oats

Instructions

  1. Step 1: Season snowpea sprouts until demoror corporis.
  2. Step 2: Combine radicchio until angulus video.
  3. Step 3: Sauté whiting wild rice until caterva numquam corrupti cavus totidem.
  4. Step 4: Combine apple juice concentrate until deripio coepi adulatio.
  5. Step 5: Combine cauliflower until volo convoco tandem sono ait.
  6. Step 6: Combine spelt until totam pel aliquid assentator.
  7. Step 7: Stir hot smoked salmon until uredo delicate sollicito commodi conventus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/17"
)
recipe = res.json()
{
  "id": 17,
  "userId": 188,
  "title": "golden Ebiten Maki",
  "slug": "golden-ebiten-maki-17",
  "description": "Rem adstringo ullus sublime.",
  "cuisine": "mexican",
  "difficulty": "medium",
  "prepMinutes": 27,
  "cookMinutes": 58,
  "servings": 8,
  "ingredients": [
    "3.5 tsp cayenne",
    "2 tsp red cabbage",
    "1.75 cup brie",
    "3.5 oz water",
    "4 lb oats"
  ],
  "instructions": [
    "Step 1: Season snowpea sprouts until demoror corporis.",
    "Step 2: Combine radicchio until angulus video.",
    "Step 3: Sauté whiting wild rice until caterva numquam corrupti cavus totidem.",
    "Step 4: Combine apple juice concentrate until deripio coepi adulatio.",
    "Step 5: Combine cauliflower until volo convoco tandem sono ait.",
    "Step 6: Combine spelt until totam pel aliquid assentator.",
    "Step 7: Stir hot smoked salmon until uredo delicate sollicito commodi conventus."
  ],
  "tags": [
    "vegetarian",
    "weeknight",
    "gluten-free",
    "healthy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-17/1200/800",
  "createdAt": "2026-01-12T06:12:01.971Z",
  "updatedAt": "2026-01-12T06:12:01.971Z"
}
Draftbit