example-data.com

recipes / #155

crispy Stinky Tofu

crispy Stinky Tofu

weeknightveganvegetarian
Prep
27 min
Cook
138 min
Serves
1

Volaticus aggredior coruscus similique degenero aperio asporto. Succurro ab ubi denuo reprehenderit paens calco. Stillicidium virtus trado.

Ingredients

  • • 3.75 tbsp zucchini
  • • 2.5 cup barley
  • • 1.25 cup flathead
  • • 0.5 oz flaxseed
  • • 0.75 tsp tangelo
  • • 0.75 tsp chestnut
  • • 4 tbsp tea
  • • 0.75 cup lotus root

Instructions

  1. Step 1: Garnish lettuce until amitto adsidue consuasor.
  2. Step 2: Whisk cumin until repellendus viduo delibero.
  3. Step 3: Combine adzuki beans until baiulus spoliatio.
  4. Step 4: Stir basil basmati rice until vapulus tredecim.
  5. Step 5: Whisk milk until verus conspergo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/155"
)
recipe = res.json()
{
  "id": 155,
  "userId": 119,
  "title": "crispy Stinky Tofu",
  "slug": "crispy-stinky-tofu-155",
  "description": "Volaticus aggredior coruscus similique degenero aperio asporto. Succurro ab ubi denuo reprehenderit paens calco. Stillicidium virtus trado.",
  "cuisine": "indian",
  "difficulty": "easy",
  "prepMinutes": 27,
  "cookMinutes": 138,
  "servings": 1,
  "ingredients": [
    "3.75 tbsp zucchini",
    "2.5 cup barley",
    "1.25 cup flathead",
    "0.5 oz flaxseed",
    "0.75 tsp tangelo",
    "0.75 tsp chestnut",
    "4 tbsp tea",
    "0.75 cup lotus root"
  ],
  "instructions": [
    "Step 1: Garnish lettuce until amitto adsidue consuasor.",
    "Step 2: Whisk cumin until repellendus viduo delibero.",
    "Step 3: Combine adzuki beans until baiulus spoliatio.",
    "Step 4: Stir basil basmati rice until vapulus tredecim.",
    "Step 5: Whisk milk until verus conspergo."
  ],
  "tags": [
    "weeknight",
    "vegan",
    "vegetarian"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-155/1200/800",
  "createdAt": "2025-08-02T16:00:33.059Z",
  "updatedAt": "2025-08-02T16:00:33.059Z"
}
Draftbit