example-data.com

recipes / #59

fluffy California Maki

fluffy California Maki

Prep
9 min
Cook
129 min
Serves
4

Officia aliquam solutio abscido corrumpo.

Ingredients

  • • 2 lb corn tortilla
  • • 4 lb wheat
  • • 3.25 oz barramundi
  • • 2.75 oz feijoa
  • • 0.75 g enoki mushrooms

Instructions

  1. Step 1: Whisk celery until torqueo cado amitto benigne appono.
  2. Step 2: Stir onion until sufficio suffragium.
  3. Step 3: Garnish lavender flowers until verbum celo consuasor sophismata.
  4. Step 4: Sauté lobster until suggero ocer admitto ventito cavus.
  5. Step 5: Whisk clams until ratione corpus.
  6. Step 6: Simmer sunflower seeds until aurum strenuus cogito angelus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/59"
)
recipe = res.json()
{
  "id": 59,
  "userId": 99,
  "title": "fluffy California Maki",
  "slug": "fluffy-california-maki-59",
  "description": "Officia aliquam solutio abscido corrumpo.",
  "cuisine": "thai",
  "difficulty": "easy",
  "prepMinutes": 9,
  "cookMinutes": 129,
  "servings": 4,
  "ingredients": [
    "2 lb corn tortilla",
    "4 lb wheat",
    "3.25 oz barramundi",
    "2.75 oz feijoa",
    "0.75 g enoki mushrooms"
  ],
  "instructions": [
    "Step 1: Whisk celery until torqueo cado amitto benigne appono.",
    "Step 2: Stir onion until sufficio suffragium.",
    "Step 3: Garnish lavender flowers until verbum celo consuasor sophismata.",
    "Step 4: Sauté lobster until suggero ocer admitto ventito cavus.",
    "Step 5: Whisk clams until ratione corpus.",
    "Step 6: Simmer sunflower seeds until aurum strenuus cogito angelus."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-59/1200/800",
  "createdAt": "2024-12-01T19:39:23.674Z",
  "updatedAt": "2024-12-01T19:39:23.674Z"
}
Draftbit