example-data.com

recipes / #183

rich Chilli Con Carne

rich Chilli Con Carne

quickhealthyvegetariancomfort
Prep
18 min
Cook
10 min
Serves
6

Speciosus anser canis advoco videlicet aeternus at nulla alioqui.

Ingredients

  • • 1.5 lb rye
  • • 0.75 g lentils
  • • 1.75 oz nutritional yeast
  • • 0.5 cup iceberg lettuce
  • • 1.75 tsp oat flour
  • • 2.5 oz cashews
  • • 3.75 g bean sprouts
  • • 1.25 tsp trout
  • • 2 oz chicken
  • • 1.25 lb jerusalem artichoke

Instructions

  1. Step 1: Stir rice flour until accommodo blandior.
  2. Step 2: Season corella pear until adopto utor adflicto.
  3. Step 3: Garnish nuts until delectatio abbas.
  4. Step 4: Garnish sage until velit sufficio.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/183"
)
recipe = res.json()
{
  "id": 183,
  "userId": 218,
  "title": "rich Chilli Con Carne",
  "slug": "rich-chilli-con-carne-183",
  "description": "Speciosus anser canis advoco videlicet aeternus at nulla alioqui.",
  "cuisine": "french",
  "difficulty": "hard",
  "prepMinutes": 18,
  "cookMinutes": 10,
  "servings": 6,
  "ingredients": [
    "1.5 lb rye",
    "0.75 g lentils",
    "1.75 oz nutritional yeast",
    "0.5 cup iceberg lettuce",
    "1.75 tsp oat flour",
    "2.5 oz cashews",
    "3.75 g bean sprouts",
    "1.25 tsp trout",
    "2 oz chicken",
    "1.25 lb jerusalem artichoke"
  ],
  "instructions": [
    "Step 1: Stir rice flour until accommodo blandior.",
    "Step 2: Season corella pear until adopto utor adflicto.",
    "Step 3: Garnish nuts until delectatio abbas.",
    "Step 4: Garnish sage until velit sufficio."
  ],
  "tags": [
    "quick",
    "healthy",
    "vegetarian",
    "comfort"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-183/1200/800",
  "createdAt": "2025-03-24T10:28:07.092Z",
  "updatedAt": "2025-03-24T10:28:07.092Z"
}
Draftbit