example-data.com

recipes / #227

moist Caesar Salad

moist Caesar Salad

gluten-free
Prep
26 min
Cook
76 min
Serves
4

Ventus accendo comes aestus crustulum vox odit villa cubo annus.

Ingredients

  • • 2 cup koshihikari rice
  • • 2.25 tsp red wine vinegar
  • • 0.75 tsp flaxseed oil
  • • 1.5 tbsp goat cheese
  • • 2 lb tamarillo
  • • 3.5 lb kecap manis
  • • 1.5 oz fruit
  • • 3.75 cup cornmeal
  • • 2.5 tbsp kombu
  • • 2.75 lb peppercorns
  • • 3.75 lb fenugreek
  • • 1 g yellow papaw
  • • 0.5 tbsp watermelon
  • • 0.25 cup mastic

Instructions

  1. Step 1: Season peaches until repudiandae sol.
  2. Step 2: Fold aniseed until denuo virtus.
  3. Step 3: Stir mussels until vacuus vilicus abeo cuius venio.
  4. Step 4: Sauté green tea noodles until attollo spoliatio.
  5. Step 5: Whisk snowpeas until libero suffragium error tam aspernatur.
  6. Step 6: Sauté garlic until adeptio terga crebro admitto allatus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/227"
)
recipe = res.json()
{
  "id": 227,
  "userId": 109,
  "title": "moist Caesar Salad",
  "slug": "moist-caesar-salad-227",
  "description": "Ventus accendo comes aestus crustulum vox odit villa cubo annus.",
  "cuisine": "thai",
  "difficulty": "medium",
  "prepMinutes": 26,
  "cookMinutes": 76,
  "servings": 4,
  "ingredients": [
    "2 cup koshihikari rice",
    "2.25 tsp red wine vinegar",
    "0.75 tsp flaxseed oil",
    "1.5 tbsp goat cheese",
    "2 lb tamarillo",
    "3.5 lb kecap manis",
    "1.5 oz fruit",
    "3.75 cup cornmeal",
    "2.5 tbsp kombu",
    "2.75 lb peppercorns",
    "3.75 lb fenugreek",
    "1 g yellow papaw",
    "0.5 tbsp watermelon",
    "0.25 cup mastic"
  ],
  "instructions": [
    "Step 1: Season peaches until repudiandae sol.",
    "Step 2: Fold aniseed until denuo virtus.",
    "Step 3: Stir mussels until vacuus vilicus abeo cuius venio.",
    "Step 4: Sauté green tea noodles until attollo spoliatio.",
    "Step 5: Whisk snowpeas until libero suffragium error tam aspernatur.",
    "Step 6: Sauté garlic until adeptio terga crebro admitto allatus."
  ],
  "tags": [
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-227/1200/800",
  "createdAt": "2024-08-06T06:06:45.582Z",
  "updatedAt": "2024-08-06T06:06:45.582Z"
}
Draftbit