example-data.com

recipes / #101

rich Souvlaki

rich Souvlaki

dairy-freeweeknighthigh-proteingluten-free
Prep
35 min
Cook
66 min
Serves
8

Cras comminor bonus taedium adsidue cunctatio desipio ter sto. Thesaurus depromo artificiose civitas vulariter blanditiis crudelis coadunatio.

Ingredients

  • • 2.25 g barley
  • • 1.5 g white wine vinegar
  • • 4 tsp carob carrot
  • • 0.5 tbsp cavalo
  • • 2 tbsp poppy seed

Instructions

  1. Step 1: Season pineapple until spiritus auctus corpus bonus.
  2. Step 2: Sauté rice flour until desolo dolorum acsi atavus.
  3. Step 3: Whisk kokam until creber desolo ceno.
  4. Step 4: Combine asian noodles until vesco necessitatibus.
  5. Step 5: Garnish common cultivated mushrooms until depereo cupiditas absens appono voluptate.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/101"
)
recipe = res.json()
{
  "id": 101,
  "userId": 157,
  "title": "rich Souvlaki",
  "slug": "rich-souvlaki-101",
  "description": "Cras comminor bonus taedium adsidue cunctatio desipio ter sto. Thesaurus depromo artificiose civitas vulariter blanditiis crudelis coadunatio.",
  "cuisine": "mexican",
  "difficulty": "easy",
  "prepMinutes": 35,
  "cookMinutes": 66,
  "servings": 8,
  "ingredients": [
    "2.25 g barley",
    "1.5 g white wine vinegar",
    "4 tsp carob carrot",
    "0.5 tbsp cavalo",
    "2 tbsp poppy seed"
  ],
  "instructions": [
    "Step 1: Season pineapple until spiritus auctus corpus bonus.",
    "Step 2: Sauté rice flour until desolo dolorum acsi atavus.",
    "Step 3: Whisk kokam until creber desolo ceno.",
    "Step 4: Combine asian noodles until vesco necessitatibus.",
    "Step 5: Garnish common cultivated mushrooms until depereo cupiditas absens appono voluptate."
  ],
  "tags": [
    "dairy-free",
    "weeknight",
    "high-protein",
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-101/1200/800",
  "createdAt": "2025-11-10T04:33:37.612Z",
  "updatedAt": "2025-11-10T04:33:37.612Z"
}
Draftbit