example-data.com

recipes / #205

savory Sushi

savory Sushi

Prep
20 min
Cook
35 min
Serves
4

Aegre coerceo soluta accendo assentator attero patruus. Vinculum confero aestas admoneo aliquam at inflammatio vesper.

Ingredients

  • • 3.5 tsp lavender flowers
  • • 0.75 tbsp blue eye trevalla
  • • 2.5 oz tapioca
  • • 3.25 lb fennel
  • • 0.25 tbsp watercress

Instructions

  1. Step 1: Combine arugula until conscendo dignissimos valeo depraedor vereor.
  2. Step 2: Stir curry powder until basium crebro.
  3. Step 3: Garnish clams until adamo acies.
  4. Step 4: Combine elderberry until tumultus calculus articulus.
  5. Step 5: Stir oats until tactus corroboro cultellus tristis communis.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/205"
)
recipe = res.json()
{
  "id": 205,
  "userId": 97,
  "title": "savory Sushi",
  "slug": "savory-sushi-205",
  "description": "Aegre coerceo soluta accendo assentator attero patruus. Vinculum confero aestas admoneo aliquam at inflammatio vesper.",
  "cuisine": "italian",
  "difficulty": "easy",
  "prepMinutes": 20,
  "cookMinutes": 35,
  "servings": 4,
  "ingredients": [
    "3.5 tsp lavender flowers",
    "0.75 tbsp blue eye trevalla",
    "2.5 oz tapioca",
    "3.25 lb fennel",
    "0.25 tbsp watercress"
  ],
  "instructions": [
    "Step 1: Combine arugula until conscendo dignissimos valeo depraedor vereor.",
    "Step 2: Stir curry powder until basium crebro.",
    "Step 3: Garnish clams until adamo acies.",
    "Step 4: Combine elderberry until tumultus calculus articulus.",
    "Step 5: Stir oats until tactus corroboro cultellus tristis communis."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-205/1200/800",
  "createdAt": "2025-12-17T16:15:47.120Z",
  "updatedAt": "2025-12-17T16:15:47.120Z"
}
Draftbit