example-data.com

recipes / #112

golden French Toast

golden French Toast

vegetarianlow-carb
Prep
52 min
Cook
147 min
Serves
8

Cado timor cursim dens. Similique vetus beatae vapulus celebrer at voluptas in summopere. Verbum tergiversatio aliquam combibo sublime harum comes placeat totidem.

Ingredients

  • • 3.5 oz passionfruit
  • • 1.75 lb brown rice vinegar
  • • 2.75 oz tangelo
  • • 1 lb green pepper
  • • 2.75 g soy flour

Instructions

  1. Step 1: Simmer allspice until tendo advoco repudiandae.
  2. Step 2: Combine oyster mushrooms until adeo cognomen.
  3. Step 3: Whisk mango until aduro textus aureus repudiandae.
  4. Step 4: Season rosemary until censura accedo colo.
  5. Step 5: Stir milk until consectetur taceo congregatio sono capillus.
  6. Step 6: Whisk brussels sprouts until velit subiungo sequi.
  7. Step 7: Sauté oat flour until ultio cariosus speciosus corpus xiphias.
  8. Step 8: Fold clams until talio contigo.
  9. Step 9: Simmer passionfruit until amiculum sto accusamus.
  10. Step 10: Simmer currants until delego carmen.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/112"
)
recipe = res.json()
{
  "id": 112,
  "userId": 127,
  "title": "golden French Toast",
  "slug": "golden-french-toast-112",
  "description": "Cado timor cursim dens. Similique vetus beatae vapulus celebrer at voluptas in summopere. Verbum tergiversatio aliquam combibo sublime harum comes placeat totidem.",
  "cuisine": "thai",
  "difficulty": "easy",
  "prepMinutes": 52,
  "cookMinutes": 147,
  "servings": 8,
  "ingredients": [
    "3.5 oz passionfruit",
    "1.75 lb brown rice vinegar",
    "2.75 oz tangelo",
    "1 lb green pepper",
    "2.75 g soy flour"
  ],
  "instructions": [
    "Step 1: Simmer allspice until tendo advoco repudiandae.",
    "Step 2: Combine oyster mushrooms until adeo cognomen.",
    "Step 3: Whisk mango until aduro textus aureus repudiandae.",
    "Step 4: Season rosemary until censura accedo colo.",
    "Step 5: Stir milk until consectetur taceo congregatio sono capillus.",
    "Step 6: Whisk brussels sprouts until velit subiungo sequi.",
    "Step 7: Sauté oat flour until ultio cariosus speciosus corpus xiphias.",
    "Step 8: Fold clams until talio contigo.",
    "Step 9: Simmer passionfruit until amiculum sto accusamus.",
    "Step 10: Simmer currants until delego carmen."
  ],
  "tags": [
    "vegetarian",
    "low-carb"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-112/1200/800",
  "createdAt": "2025-09-29T16:33:23.980Z",
  "updatedAt": "2025-09-29T16:33:23.980Z"
}
Draftbit