example-data.com

recipes / #211

crunchy Sushi

crunchy Sushi

gluten-freehigh-protein
Prep
19 min
Cook
65 min
Serves
8

Vulgaris bene tonsor cernuus cras. Arto error patrocinor. Coerceo magni testimonium defleo claro subseco tutis basium hic vir.

Ingredients

  • • 3 tsp flounder
  • • 1.25 tsp rose water
  • • 2 tbsp butternut pumpkin
  • • 2.5 lb mustard seed
  • • 1.25 lb cranberry
  • • 2.5 oz cornmeal
  • • 3.25 lb aniseed
  • • 2.5 lb iceberg lettuce
  • • 2.25 g crabs
  • • 1.25 g mulberries
  • • 1.75 tbsp nashi pear

Instructions

  1. Step 1: Sauté oat flour until arbor cupio speculum.
  2. Step 2: Combine hiramasa kingfish until celebrer clarus.
  3. Step 3: Stir arborio rice until basium quo quibusdam.
  4. Step 4: Fold capers until cotidie bellicus cumque spectaculum.
  5. Step 5: Garnish jarrahdale pumpkin until defungo consuasor advoco.
  6. Step 6: Season sunflower oil until autem doloremque brevis.
  7. Step 7: Garnish cottage cheese until provident texo.
  8. Step 8: Garnish duck until ducimus tabella triduana.
  9. Step 9: Sauté snapper until desparatus tumultus tollo territo velociter.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/211"
)
recipe = res.json()
{
  "id": 211,
  "userId": 165,
  "title": "crunchy Sushi",
  "slug": "crunchy-sushi-211",
  "description": "Vulgaris bene tonsor cernuus cras. Arto error patrocinor. Coerceo magni testimonium defleo claro subseco tutis basium hic vir.",
  "cuisine": "chinese",
  "difficulty": "easy",
  "prepMinutes": 19,
  "cookMinutes": 65,
  "servings": 8,
  "ingredients": [
    "3 tsp flounder",
    "1.25 tsp rose water",
    "2 tbsp butternut pumpkin",
    "2.5 lb mustard seed",
    "1.25 lb cranberry",
    "2.5 oz cornmeal",
    "3.25 lb aniseed",
    "2.5 lb iceberg lettuce",
    "2.25 g crabs",
    "1.25 g mulberries",
    "1.75 tbsp nashi pear"
  ],
  "instructions": [
    "Step 1: Sauté oat flour until arbor cupio speculum.",
    "Step 2: Combine hiramasa kingfish until celebrer clarus.",
    "Step 3: Stir arborio rice until basium quo quibusdam.",
    "Step 4: Fold capers until cotidie bellicus cumque spectaculum.",
    "Step 5: Garnish jarrahdale pumpkin until defungo consuasor advoco.",
    "Step 6: Season sunflower oil until autem doloremque brevis.",
    "Step 7: Garnish cottage cheese until provident texo.",
    "Step 8: Garnish duck until ducimus tabella triduana.",
    "Step 9: Sauté snapper until desparatus tumultus tollo territo velociter."
  ],
  "tags": [
    "gluten-free",
    "high-protein"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-211/1200/800",
  "createdAt": "2025-12-20T21:55:01.981Z",
  "updatedAt": "2025-12-20T21:55:01.981Z"
}
Draftbit