example-data.com

recipes / #33

salty Souvlaki

salty Souvlaki

vegancomfortspicyvegetarian
Prep
43 min
Cook
115 min
Serves
6

Concedo amplus viduo audacia carus comprehendo adsum degusto arguo laboriosam.

Ingredients

  • • 2.25 tsp caraway seed
  • • 2.5 g blackberries
  • • 2.25 cup lychees
  • • 0.75 cup bread
  • • 3.75 tbsp carrot
  • • 2.5 tsp cherries
  • • 1.5 tbsp eggs
  • • 3.75 tsp tea oil
  • • 1 tbsp soy
  • • 3.5 tbsp dried chinese broccoli
  • • 4 tbsp french eschallots
  • • 0.75 tsp sweet potato
  • • 1 tsp rhubarb
  • • 3.75 g vegetable stock

Instructions

  1. Step 1: Whisk radicchio until tribuo coma contego velit.
  2. Step 2: Garnish gruyere until delectatio aggredior.
  3. Step 3: Whisk lotus root until alveus supellex benigne sortitus thalassinus.
  4. Step 4: Combine celery until talis denego acidus.
  5. Step 5: Fold choy sum until soleo vilis unde magni.
  6. Step 6: Simmer flathead until vomito alienus validus bos.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/33"
)
recipe = res.json()
{
  "id": 33,
  "userId": 230,
  "title": "salty Souvlaki",
  "slug": "salty-souvlaki-33",
  "description": "Concedo amplus viduo audacia carus comprehendo adsum degusto arguo laboriosam.",
  "cuisine": "indian",
  "difficulty": "hard",
  "prepMinutes": 43,
  "cookMinutes": 115,
  "servings": 6,
  "ingredients": [
    "2.25 tsp caraway seed",
    "2.5 g blackberries",
    "2.25 cup lychees",
    "0.75 cup bread",
    "3.75 tbsp carrot",
    "2.5 tsp cherries",
    "1.5 tbsp eggs",
    "3.75 tsp tea oil",
    "1 tbsp soy",
    "3.5 tbsp dried chinese broccoli",
    "4 tbsp french eschallots",
    "0.75 tsp sweet potato",
    "1 tsp rhubarb",
    "3.75 g vegetable stock"
  ],
  "instructions": [
    "Step 1: Whisk radicchio until tribuo coma contego velit.",
    "Step 2: Garnish gruyere until delectatio aggredior.",
    "Step 3: Whisk lotus root until alveus supellex benigne sortitus thalassinus.",
    "Step 4: Combine celery until talis denego acidus.",
    "Step 5: Fold choy sum until soleo vilis unde magni.",
    "Step 6: Simmer flathead until vomito alienus validus bos."
  ],
  "tags": [
    "vegan",
    "comfort",
    "spicy",
    "vegetarian"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-33/1200/800",
  "createdAt": "2024-06-10T11:51:43.324Z",
  "updatedAt": "2024-06-10T11:51:43.324Z"
}
Draftbit