example-data.com

recipes / #137

crunchy Pigeon Steak

crunchy Pigeon Steak

Prep
10 min
Cook
42 min
Serves
6

Cunae civis sursum alius cupio caelum barba. Sopor antea succedo avarus vicissitudo. Beatus basium creator calamitas trans excepturi.

Ingredients

  • • 0.25 g yellow papaw
  • • 1.5 cup mozzarella
  • • 3.75 cup apple juice
  • • 3.75 tbsp bocconcini
  • • 3.75 tsp sardines
  • • 2.25 tsp lavender flowers
  • • 0.5 tsp black eyed beans
  • • 4 cup parmesan cheese
  • • 2.75 tsp flaxseed
  • • 2.75 g green pepper
  • • 1.25 oz kecap manis
  • • 2.25 cup lamb
  • • 2.5 g monkfish
  • • 1.5 tsp purple carrot

Instructions

  1. Step 1: Season bamboo shoots until pariatur cibo cotidie.
  2. Step 2: Season grapefruit until comparo apud abeo velut.
  3. Step 3: Stir kudzu until patria conventus abbas antea.
  4. Step 4: Garnish french eschallots until attonbitus supra.
  5. Step 5: Whisk potato flour until id conculco.
  6. Step 6: Combine watermelon until tepesco substantia viriliter nihil.
  7. Step 7: Garnish raisin until cur ceno crinis reiciendis.
  8. Step 8: Simmer horseradish until credo varietas comprehendo culpo coniuratio.
  9. Step 9: Stir agar until urbs videlicet.
  10. Step 10: Season flaxseed oil until eaque amaritudo carpo debeo soleo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/137"
)
recipe = res.json()
{
  "id": 137,
  "userId": 29,
  "title": "crunchy Pigeon Steak",
  "slug": "crunchy-pigeon-steak-137",
  "description": "Cunae civis sursum alius cupio caelum barba. Sopor antea succedo avarus vicissitudo. Beatus basium creator calamitas trans excepturi.",
  "cuisine": "mexican",
  "difficulty": "hard",
  "prepMinutes": 10,
  "cookMinutes": 42,
  "servings": 6,
  "ingredients": [
    "0.25 g yellow papaw",
    "1.5 cup mozzarella",
    "3.75 cup apple juice",
    "3.75 tbsp bocconcini",
    "3.75 tsp sardines",
    "2.25 tsp lavender flowers",
    "0.5 tsp black eyed beans",
    "4 cup parmesan cheese",
    "2.75 tsp flaxseed",
    "2.75 g green pepper",
    "1.25 oz kecap manis",
    "2.25 cup lamb",
    "2.5 g monkfish",
    "1.5 tsp purple carrot"
  ],
  "instructions": [
    "Step 1: Season bamboo shoots until pariatur cibo cotidie.",
    "Step 2: Season grapefruit until comparo apud abeo velut.",
    "Step 3: Stir kudzu until patria conventus abbas antea.",
    "Step 4: Garnish french eschallots until attonbitus supra.",
    "Step 5: Whisk potato flour until id conculco.",
    "Step 6: Combine watermelon until tepesco substantia viriliter nihil.",
    "Step 7: Garnish raisin until cur ceno crinis reiciendis.",
    "Step 8: Simmer horseradish until credo varietas comprehendo culpo coniuratio.",
    "Step 9: Stir agar until urbs videlicet.",
    "Step 10: Season flaxseed oil until eaque amaritudo carpo debeo soleo."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-137/1200/800",
  "createdAt": "2024-12-29T19:45:46.743Z",
  "updatedAt": "2024-12-29T19:45:46.743Z"
}
Draftbit