example-data.com

recipes / #41

creamy California Maki

creamy California Maki

Prep
5 min
Cook
118 min
Serves
1

Denuncio artificiose conturbo sum a doloremque coadunatio audeo. Optio degenero ea casus defaeco. Aegre perspiciatis vivo.

Ingredients

  • • 0.25 oz buttermilk
  • • 2.5 tsp octopus
  • • 0.75 cup bocconcini
  • • 3.75 oz flat mushrooms
  • • 2.75 lb soy sauce
  • • 0.5 g polenta
  • • 0.75 cup grapefruit
  • • 3 oz hazelnut
  • • 3.5 cup fenugreek
  • • 2.5 tsp spelt bread
  • • 3 cup spring onions
  • • 1.25 tsp agar
  • • 1 cup nutmeg
  • • 1 g sage

Instructions

  1. Step 1: Combine ricemilk until solvo celer termes contego incidunt.
  2. Step 2: Garnish rockmelon until dens condico corona.
  3. Step 3: Whisk ricemilk until peior amor amplitudo.
  4. Step 4: Whisk eggs until voco cruentus.
  5. Step 5: Fold lavender flowers until administratio totidem.
  6. Step 6: Sauté dates until attollo coadunatio.
  7. Step 7: Whisk buckwheat until collum alter agnosco vox celer.
  8. Step 8: Combine kidneys until coniuratio attollo animadverto.
  9. Step 9: Fold amchur until avarus caecus abscido vae umerus.
  10. Step 10: Combine red lentils until degenero caput asporto tondeo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/41"
)
recipe = res.json()
{
  "id": 41,
  "userId": 194,
  "title": "creamy California Maki",
  "slug": "creamy-california-maki-41",
  "description": "Denuncio artificiose conturbo sum a doloremque coadunatio audeo. Optio degenero ea casus defaeco. Aegre perspiciatis vivo.",
  "cuisine": "thai",
  "difficulty": "easy",
  "prepMinutes": 5,
  "cookMinutes": 118,
  "servings": 1,
  "ingredients": [
    "0.25 oz buttermilk",
    "2.5 tsp octopus",
    "0.75 cup bocconcini",
    "3.75 oz flat mushrooms",
    "2.75 lb soy sauce",
    "0.5 g polenta",
    "0.75 cup grapefruit",
    "3 oz hazelnut",
    "3.5 cup fenugreek",
    "2.5 tsp spelt bread",
    "3 cup spring onions",
    "1.25 tsp agar",
    "1 cup nutmeg",
    "1 g sage"
  ],
  "instructions": [
    "Step 1: Combine ricemilk until solvo celer termes contego incidunt.",
    "Step 2: Garnish rockmelon until dens condico corona.",
    "Step 3: Whisk ricemilk until peior amor amplitudo.",
    "Step 4: Whisk eggs until voco cruentus.",
    "Step 5: Fold lavender flowers until administratio totidem.",
    "Step 6: Sauté dates until attollo coadunatio.",
    "Step 7: Whisk buckwheat until collum alter agnosco vox celer.",
    "Step 8: Combine kidneys until coniuratio attollo animadverto.",
    "Step 9: Fold amchur until avarus caecus abscido vae umerus.",
    "Step 10: Combine red lentils until degenero caput asporto tondeo."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-41/1200/800",
  "createdAt": "2025-08-13T17:26:52.276Z",
  "updatedAt": "2025-08-13T17:26:52.276Z"
}
Draftbit