example-data.com

recipes / #277

bitter Kebab

bitter Kebab

vegancomfort
Prep
14 min
Cook
125 min
Serves
2

Incidunt ulterius omnis vomer. Casso vos thema talus. Vilis subnecto sint conservo.

Ingredients

  • • 2 oz cabbage
  • • 2 lb bacon
  • • 2.25 tbsp camomile
  • • 1.25 oz calamari
  • • 0.25 lb barley
  • • 2.25 tsp parsnip

Instructions

  1. Step 1: Simmer lettuce until pel cornu auxilium crux.
  2. Step 2: Season oyster mushrooms until aperte astrum solio vestrum tenuis.
  3. Step 3: Stir swordfish until cuppedia adinventitias arcesso abeo temperantia.
  4. Step 4: Stir kiwi fruit until crebro suppellex aeger baiulus benevolentia.
  5. Step 5: Season pomegranate until vulgivagus bardus blanditiis.
  6. Step 6: Season barramundi until arx textus summa.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/277"
)
recipe = res.json()
{
  "id": 277,
  "userId": 203,
  "title": "bitter Kebab",
  "slug": "bitter-kebab-277",
  "description": "Incidunt ulterius omnis vomer. Casso vos thema talus. Vilis subnecto sint conservo.",
  "cuisine": "american",
  "difficulty": "hard",
  "prepMinutes": 14,
  "cookMinutes": 125,
  "servings": 2,
  "ingredients": [
    "2 oz cabbage",
    "2 lb bacon",
    "2.25 tbsp camomile",
    "1.25 oz calamari",
    "0.25 lb barley",
    "2.25 tsp parsnip"
  ],
  "instructions": [
    "Step 1: Simmer lettuce until pel cornu auxilium crux.",
    "Step 2: Season oyster mushrooms until aperte astrum solio vestrum tenuis.",
    "Step 3: Stir swordfish until cuppedia adinventitias arcesso abeo temperantia.",
    "Step 4: Stir kiwi fruit until crebro suppellex aeger baiulus benevolentia.",
    "Step 5: Season pomegranate until vulgivagus bardus blanditiis.",
    "Step 6: Season barramundi until arx textus summa."
  ],
  "tags": [
    "vegan",
    "comfort"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-277/1200/800",
  "createdAt": "2025-03-05T14:27:02.492Z",
  "updatedAt": "2025-03-05T14:27:02.492Z"
}
Draftbit