example-data.com

recipes / #38

tangy California Maki

tangy California Maki

low-carbhigh-proteinweeknight
Prep
22 min
Cook
30 min
Serves
1

Cruciamentum tactus tergiversatio utroque adhuc vergo vestrum vere thermae. Advoco explicabo carus conscendo tamquam iusto catena.

Ingredients

  • • 0.25 oz taleggio cheese
  • • 1.5 tsp vegetable stock
  • • 2 tbsp maple syrup
  • • 2 cup hijiki
  • • 1.25 lb sprouts
  • • 3 cup wakame
  • • 3 lb swordfish
  • • 2.75 tsp barley
  • • 0.5 lb curry powder
  • • 0.75 oz amchur
  • • 2 cup safflower oil
  • • 2.75 lb berries
  • • 1.75 g maple syrup
  • • 1.25 oz asafoetida

Instructions

  1. Step 1: Combine fennel seeds until tutis subnecto carus arma.
  2. Step 2: Stir mustard seed until adiuvo adhuc vulnero.
  3. Step 3: Combine vermicelli noodles until acervus dolores adfectus.
  4. Step 4: Simmer quark until votum totus assentator ubi.
  5. Step 5: Garnish cucumber until timidus vivo pecco.
  6. Step 6: Combine rye bread until commodo deduco solitudo amitto.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/38"
)
recipe = res.json()
{
  "id": 38,
  "userId": 222,
  "title": "tangy California Maki",
  "slug": "tangy-california-maki-38",
  "description": "Cruciamentum tactus tergiversatio utroque adhuc vergo vestrum vere thermae. Advoco explicabo carus conscendo tamquam iusto catena.",
  "cuisine": "vietnamese",
  "difficulty": "hard",
  "prepMinutes": 22,
  "cookMinutes": 30,
  "servings": 1,
  "ingredients": [
    "0.25 oz taleggio cheese",
    "1.5 tsp vegetable stock",
    "2 tbsp maple syrup",
    "2 cup hijiki",
    "1.25 lb sprouts",
    "3 cup wakame",
    "3 lb swordfish",
    "2.75 tsp barley",
    "0.5 lb curry powder",
    "0.75 oz amchur",
    "2 cup safflower oil",
    "2.75 lb berries",
    "1.75 g maple syrup",
    "1.25 oz asafoetida"
  ],
  "instructions": [
    "Step 1: Combine fennel seeds until tutis subnecto carus arma.",
    "Step 2: Stir mustard seed until adiuvo adhuc vulnero.",
    "Step 3: Combine vermicelli noodles until acervus dolores adfectus.",
    "Step 4: Simmer quark until votum totus assentator ubi.",
    "Step 5: Garnish cucumber until timidus vivo pecco.",
    "Step 6: Combine rye bread until commodo deduco solitudo amitto."
  ],
  "tags": [
    "low-carb",
    "high-protein",
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-38/1200/800",
  "createdAt": "2026-03-09T15:21:33.229Z",
  "updatedAt": "2026-03-09T15:21:33.229Z"
}
Draftbit