example-data.com

recipes / #250

fluffy French Toast

fluffy French Toast

family
Prep
15 min
Cook
131 min
Serves
6

Vado arceo supellex. Temptatio ciminatio crinis confido magnam demergo cotidie caste. Corrigo civis campana cupiditas aequitas possimus conor deorsum demergo.

Ingredients

  • • 0.5 oz purple carrot
  • • 2.25 lb snapper
  • • 0.5 tbsp dried apricots
  • • 0.5 tbsp peppers
  • • 4 oz berries
  • • 3.75 oz asafoetida
  • • 1.5 cup curry leaves
  • • 1.75 cup watercress
  • • 1.25 g albacore tuna
  • • 3.5 oz mozzarella
  • • 1.5 lb arugula
  • • 2.5 oz rhubarb
  • • 1.75 oz endive
  • • 0.25 tsp pecan nut

Instructions

  1. Step 1: Fold passionfruit until vomito conturbo sequi.
  2. Step 2: Season blue swimmer crab until quis adsuesco verbum vinum architecto.
  3. Step 3: Fold ham until repellendus aut.
  4. Step 4: Garnish mustard seed until collum desolo modi tribuo curis.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/250"
)
recipe = res.json()
{
  "id": 250,
  "userId": 158,
  "title": "fluffy French Toast",
  "slug": "fluffy-french-toast-250",
  "description": "Vado arceo supellex. Temptatio ciminatio crinis confido magnam demergo cotidie caste. Corrigo civis campana cupiditas aequitas possimus conor deorsum demergo.",
  "cuisine": "mexican",
  "difficulty": "medium",
  "prepMinutes": 15,
  "cookMinutes": 131,
  "servings": 6,
  "ingredients": [
    "0.5 oz purple carrot",
    "2.25 lb snapper",
    "0.5 tbsp dried apricots",
    "0.5 tbsp peppers",
    "4 oz berries",
    "3.75 oz asafoetida",
    "1.5 cup curry leaves",
    "1.75 cup watercress",
    "1.25 g albacore tuna",
    "3.5 oz mozzarella",
    "1.5 lb arugula",
    "2.5 oz rhubarb",
    "1.75 oz endive",
    "0.25 tsp pecan nut"
  ],
  "instructions": [
    "Step 1: Fold passionfruit until vomito conturbo sequi.",
    "Step 2: Season blue swimmer crab until quis adsuesco verbum vinum architecto.",
    "Step 3: Fold ham until repellendus aut.",
    "Step 4: Garnish mustard seed until collum desolo modi tribuo curis."
  ],
  "tags": [
    "family"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-250/1200/800",
  "createdAt": "2025-07-03T19:01:56.076Z",
  "updatedAt": "2025-07-03T19:01:56.076Z"
}
Draftbit