example-data.com

recipes / #190

juicy Chilli Con Carne

juicy Chilli Con Carne

high-proteinveganquick
Prep
35 min
Cook
91 min
Serves
5

Ver tracto alienus thesaurus animi surculus corporis. Curiositas aro cuius calamitas advoco.

Ingredients

  • • 0.5 cup apricots
  • • 0.75 tbsp file powder
  • • 1.5 oz star fruit
  • • 2.25 g ajowan seed
  • • 3.75 tbsp kokam
  • • 2.25 tsp ricemilk

Instructions

  1. Step 1: Simmer beef stock until vel vulnero tum carcer.
  2. Step 2: Season yellow papaw until caritas coepi argentum cupio accedo.
  3. Step 3: Whisk margarine until comparo vere.
  4. Step 4: Sauté aniseed until tergiversatio addo curvo aut eaque.
  5. Step 5: Fold macadamia oil until ullus occaecati.
  6. Step 6: Sauté spinach until demitto adhuc.
  7. Step 7: Sauté oyster mushrooms until cuppedia tepesco carpo vinco quos.
  8. Step 8: Season baking powder until coniuratio tondeo suscipio officia.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/190"
)
recipe = res.json()
{
  "id": 190,
  "userId": 218,
  "title": "juicy Chilli Con Carne",
  "slug": "juicy-chilli-con-carne-190",
  "description": "Ver tracto alienus thesaurus animi surculus corporis. Curiositas aro cuius calamitas advoco.",
  "cuisine": "indian",
  "difficulty": "hard",
  "prepMinutes": 35,
  "cookMinutes": 91,
  "servings": 5,
  "ingredients": [
    "0.5 cup apricots",
    "0.75 tbsp file powder",
    "1.5 oz star fruit",
    "2.25 g ajowan seed",
    "3.75 tbsp kokam",
    "2.25 tsp ricemilk"
  ],
  "instructions": [
    "Step 1: Simmer beef stock until vel vulnero tum carcer.",
    "Step 2: Season yellow papaw until caritas coepi argentum cupio accedo.",
    "Step 3: Whisk margarine until comparo vere.",
    "Step 4: Sauté aniseed until tergiversatio addo curvo aut eaque.",
    "Step 5: Fold macadamia oil until ullus occaecati.",
    "Step 6: Sauté spinach until demitto adhuc.",
    "Step 7: Sauté oyster mushrooms until cuppedia tepesco carpo vinco quos.",
    "Step 8: Season baking powder until coniuratio tondeo suscipio officia."
  ],
  "tags": [
    "high-protein",
    "vegan",
    "quick"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-190/1200/800",
  "createdAt": "2025-07-08T20:31:46.356Z",
  "updatedAt": "2025-07-08T20:31:46.356Z"
}
Draftbit