example-data.com

recipes / #172

spicy Limes-infused Emu

spicy Limes-infused Emu

healthyvegandairy-free
Prep
17 min
Cook
128 min
Serves
4

Baiulus audacia odio vinum voluptates spes voluptatum vestigium adipiscor. Carbo modi debilito iusto absorbeo eaque laborum decretum. Vomica tamisium somniculosus.

Ingredients

  • • 0.5 cup malt vinegar
  • • 2.5 tsp buckwheat noodles
  • • 3.25 oz licorice
  • • 3.75 oz yellow papaw
  • • 1.75 tbsp chilli pepper
  • • 1 cup chinese cabbage
  • • 0.25 oz cannellini beans
  • • 1.5 oz fish stock

Instructions

  1. Step 1: Combine chicken stock until laudantium ascit est adnuo.
  2. Step 2: Season bonza until admoneo demoror molestiae eius delectus.
  3. Step 3: Season soba until timor timor laudantium.
  4. Step 4: Combine green beans until facere contra vulpes usitas ascisco.
  5. Step 5: Season tuna until explicabo congregatio dignissimos bellum utilis.
  6. Step 6: Fold starfruit until artificiose collum sub.
  7. Step 7: Garnish capers until voveo iure sodalitas cubo.
  8. Step 8: Simmer yellowtail kingfish until repellat deprecator.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/172"
)
recipe = res.json()
{
  "id": 172,
  "userId": 227,
  "title": "spicy Limes-infused Emu",
  "slug": "spicy-limes-infused-emu-172",
  "description": "Baiulus audacia odio vinum voluptates spes voluptatum vestigium adipiscor. Carbo modi debilito iusto absorbeo eaque laborum decretum. Vomica tamisium somniculosus.",
  "cuisine": "italian",
  "difficulty": "hard",
  "prepMinutes": 17,
  "cookMinutes": 128,
  "servings": 4,
  "ingredients": [
    "0.5 cup malt vinegar",
    "2.5 tsp buckwheat noodles",
    "3.25 oz licorice",
    "3.75 oz yellow papaw",
    "1.75 tbsp chilli pepper",
    "1 cup chinese cabbage",
    "0.25 oz cannellini beans",
    "1.5 oz fish stock"
  ],
  "instructions": [
    "Step 1: Combine chicken stock until laudantium ascit est adnuo.",
    "Step 2: Season bonza until admoneo demoror molestiae eius delectus.",
    "Step 3: Season soba until timor timor laudantium.",
    "Step 4: Combine green beans until facere contra vulpes usitas ascisco.",
    "Step 5: Season tuna until explicabo congregatio dignissimos bellum utilis.",
    "Step 6: Fold starfruit until artificiose collum sub.",
    "Step 7: Garnish capers until voveo iure sodalitas cubo.",
    "Step 8: Simmer yellowtail kingfish until repellat deprecator."
  ],
  "tags": [
    "healthy",
    "vegan",
    "dairy-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-172/1200/800",
  "createdAt": "2025-07-25T01:01:10.858Z",
  "updatedAt": "2025-07-25T01:01:10.858Z"
}
Draftbit