example-data.com

recipes / #272

fresh Turkey Steak

fresh Turkey Steak

weeknightdairy-free
Prep
6 min
Cook
64 min
Serves
5

Deripio sponte expedita ullam vis advenio.

Ingredients

  • • 3.5 tsp green pepper
  • • 3.75 tbsp nashi pear
  • • 2 g cashews
  • • 2.75 g apples
  • • 0.75 cup bacon
  • • 3 tbsp rockmelon
  • • 0.5 lb amchur
  • • 2 lb dandelion
  • • 3.25 lb melon

Instructions

  1. Step 1: Whisk sausages until corona combibo.
  2. Step 2: Sauté lobster until adimpleo cohors talio amaritudo.
  3. Step 3: Garnish kiwi fruit until porro deleniti iusto.
  4. Step 4: Fold watercress until aegrotatio venio.
  5. Step 5: Garnish tamarillo until textilis depraedor molestiae thermae.
  6. Step 6: Combine barberry until patruus utrimque vulariter.
  7. Step 7: Stir fromage blanc until apto communis vulnero facilis dolorem.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/272"
)
recipe = res.json()
{
  "id": 272,
  "userId": 124,
  "title": "fresh Turkey Steak",
  "slug": "fresh-turkey-steak-272",
  "description": "Deripio sponte expedita ullam vis advenio.",
  "cuisine": "french",
  "difficulty": "medium",
  "prepMinutes": 6,
  "cookMinutes": 64,
  "servings": 5,
  "ingredients": [
    "3.5 tsp green pepper",
    "3.75 tbsp nashi pear",
    "2 g cashews",
    "2.75 g apples",
    "0.75 cup bacon",
    "3 tbsp rockmelon",
    "0.5 lb amchur",
    "2 lb dandelion",
    "3.25 lb melon"
  ],
  "instructions": [
    "Step 1: Whisk sausages until corona combibo.",
    "Step 2: Sauté lobster until adimpleo cohors talio amaritudo.",
    "Step 3: Garnish kiwi fruit until porro deleniti iusto.",
    "Step 4: Fold watercress until aegrotatio venio.",
    "Step 5: Garnish tamarillo until textilis depraedor molestiae thermae.",
    "Step 6: Combine barberry until patruus utrimque vulariter.",
    "Step 7: Stir fromage blanc until apto communis vulnero facilis dolorem."
  ],
  "tags": [
    "weeknight",
    "dairy-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-272/1200/800",
  "createdAt": "2025-10-16T20:01:16.207Z",
  "updatedAt": "2025-10-16T20:01:16.207Z"
}
Draftbit