example-data.com

recipes / #27

golden Chilli Con Carne

golden Chilli Con Carne

comfortvegangluten-freeweeknight
Prep
35 min
Cook
102 min
Serves
8

Tubineus bos bis. Comptus quaerat aestas peior concido crinis tristis.

Ingredients

  • • 0.5 cup wakame
  • • 4 cup pear
  • • 4 oz snapper
  • • 3.75 tbsp mustard seed
  • • 4 g rice noodles
  • • 0.75 cup nectarines
  • • 1.75 lb carob carrot
  • • 1 tsp lavender flowers
  • • 1.75 tbsp rose water
  • • 0.25 cup farmed prawns

Instructions

  1. Step 1: Season rosemary until verbum cubicularis aeger tenuis.
  2. Step 2: Sauté pineapple until aiunt possimus.
  3. Step 3: Sauté stevia until demum subiungo tandem conicio uberrime.
  4. Step 4: Whisk quince until defendo acer.
  5. Step 5: Sauté kumera until volup assumenda celer eum.
  6. Step 6: Sauté garlic until callide caterva arx volutabrum.
  7. Step 7: Stir cardamom until canis usus vae virtus calco.
  8. Step 8: Whisk nashi pear until occaecati minima sumo.
  9. Step 9: Fold taleggio cheese until degero aer accusantium.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/27"
)
recipe = res.json()
{
  "id": 27,
  "userId": 128,
  "title": "golden Chilli Con Carne",
  "slug": "golden-chilli-con-carne-27",
  "description": "Tubineus bos bis. Comptus quaerat aestas peior concido crinis tristis.",
  "cuisine": "indian",
  "difficulty": "hard",
  "prepMinutes": 35,
  "cookMinutes": 102,
  "servings": 8,
  "ingredients": [
    "0.5 cup wakame",
    "4 cup pear",
    "4 oz snapper",
    "3.75 tbsp mustard seed",
    "4 g rice noodles",
    "0.75 cup nectarines",
    "1.75 lb carob carrot",
    "1 tsp lavender flowers",
    "1.75 tbsp rose water",
    "0.25 cup farmed prawns"
  ],
  "instructions": [
    "Step 1: Season rosemary until verbum cubicularis aeger tenuis.",
    "Step 2: Sauté pineapple until aiunt possimus.",
    "Step 3: Sauté stevia until demum subiungo tandem conicio uberrime.",
    "Step 4: Whisk quince until defendo acer.",
    "Step 5: Sauté kumera until volup assumenda celer eum.",
    "Step 6: Sauté garlic until callide caterva arx volutabrum.",
    "Step 7: Stir cardamom until canis usus vae virtus calco.",
    "Step 8: Whisk nashi pear until occaecati minima sumo.",
    "Step 9: Fold taleggio cheese until degero aer accusantium."
  ],
  "tags": [
    "comfort",
    "vegan",
    "gluten-free",
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-27/1200/800",
  "createdAt": "2025-04-26T11:04:34.071Z",
  "updatedAt": "2025-04-26T11:04:34.071Z"
}
Draftbit