example-data.com

recipes / #129

sweet Tomato-infused Pigeon Roast

sweet Tomato-infused Pigeon Roast

quickgluten-free
Prep
24 min
Cook
49 min
Serves
2

Aperio porro arcesso sublime tardus tabesco vulnero spectaculum pecco. Conspergo neque synagoga pax tibi vivo catena suggero itaque.

Ingredients

  • • 1.75 cup bamboo shoots
  • • 4 tbsp grape seed oil
  • • 2 tsp snapper
  • • 1.5 lb red wine vinegar
  • • 3.75 oz agave syrup
  • • 3.75 tbsp lamb
  • • 4 tsp swordfish

Instructions

  1. Step 1: Garnish soymilk until speciosus nobis ulciscor aureus.
  2. Step 2: Stir bush tomato until sono tergo derideo textilis ventosus.
  3. Step 3: Garnish flaxseed until depono caste alienus.
  4. Step 4: Whisk soymilk until nihil tamdiu urbanus arbustum.
  5. Step 5: Combine william pear until velit tabula cilicium commemoro arguo.
  6. Step 6: Fold purple rice until abutor voluptatibus aer.
  7. Step 7: Combine honeydew melon until vere nulla.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/129"
)
recipe = res.json()
{
  "id": 129,
  "userId": 186,
  "title": "sweet Tomato-infused Pigeon Roast",
  "slug": "sweet-tomato-infused-pigeon-roast-129",
  "description": "Aperio porro arcesso sublime tardus tabesco vulnero spectaculum pecco. Conspergo neque synagoga pax tibi vivo catena suggero itaque.",
  "cuisine": "indian",
  "difficulty": "medium",
  "prepMinutes": 24,
  "cookMinutes": 49,
  "servings": 2,
  "ingredients": [
    "1.75 cup bamboo shoots",
    "4 tbsp grape seed oil",
    "2 tsp snapper",
    "1.5 lb red wine vinegar",
    "3.75 oz agave syrup",
    "3.75 tbsp lamb",
    "4 tsp swordfish"
  ],
  "instructions": [
    "Step 1: Garnish soymilk until speciosus nobis ulciscor aureus.",
    "Step 2: Stir bush tomato until sono tergo derideo textilis ventosus.",
    "Step 3: Garnish flaxseed until depono caste alienus.",
    "Step 4: Whisk soymilk until nihil tamdiu urbanus arbustum.",
    "Step 5: Combine william pear until velit tabula cilicium commemoro arguo.",
    "Step 6: Fold purple rice until abutor voluptatibus aer.",
    "Step 7: Combine honeydew melon until vere nulla."
  ],
  "tags": [
    "quick",
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-129/1200/800",
  "createdAt": "2024-12-19T13:16:59.662Z",
  "updatedAt": "2024-12-19T13:16:59.662Z"
}
Draftbit