example-data.com

recipes / #72

zesty Cherries-infused Turkey

zesty Cherries-infused Turkey

familyhigh-proteinvegan
Prep
57 min
Cook
144 min
Serves
1

Valeo casso sublime sint.

Ingredients

  • • 2 cup amaranth
  • • 4 tbsp pomegranate
  • • 4 tsp polenta
  • • 3 g monkfish
  • • 3.25 cup chestnut
  • • 2.5 cup cornmeal
  • • 3 lb snowpeas
  • • 0.25 cup omega spread

Instructions

  1. Step 1: Combine cottage cheese until tamquam summopere vomito tyrannus pecus.
  2. Step 2: Fold anchovies until aranea defessus talis.
  3. Step 3: Season aubergine until tabella utilis sustineo illum qui.
  4. Step 4: Season tamari until vomito appositus vinco spectaculum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/72"
)
recipe = res.json()
{
  "id": 72,
  "userId": 128,
  "title": "zesty Cherries-infused Turkey",
  "slug": "zesty-cherries-infused-turkey-72",
  "description": "Valeo casso sublime sint.",
  "cuisine": "mexican",
  "difficulty": "easy",
  "prepMinutes": 57,
  "cookMinutes": 144,
  "servings": 1,
  "ingredients": [
    "2 cup amaranth",
    "4 tbsp pomegranate",
    "4 tsp polenta",
    "3 g monkfish",
    "3.25 cup chestnut",
    "2.5 cup cornmeal",
    "3 lb snowpeas",
    "0.25 cup omega spread"
  ],
  "instructions": [
    "Step 1: Combine cottage cheese until tamquam summopere vomito tyrannus pecus.",
    "Step 2: Fold anchovies until aranea defessus talis.",
    "Step 3: Season aubergine until tabella utilis sustineo illum qui.",
    "Step 4: Season tamari until vomito appositus vinco spectaculum."
  ],
  "tags": [
    "family",
    "high-protein",
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-72/1200/800",
  "createdAt": "2026-04-09T05:31:00.603Z",
  "updatedAt": "2026-04-09T05:31:00.603Z"
}
Draftbit