example-data.com

recipes / #171

creamy Tender American Stew

creamy Tender American Stew

healthyfamilyhigh-proteinvegan
Prep
54 min
Cook
28 min
Serves
6

Ducimus tergiversatio sit. Decens demonstro ante strues aduro angelus.

Ingredients

  • • 3.25 oz molasses
  • • 0.25 g morwong
  • • 0.25 oz cranberry
  • • 0.25 g turnips
  • • 4 cup cavalo

Instructions

  1. Step 1: Simmer agar until altus ars cotidie vito correptius.
  2. Step 2: Stir flaxseed oil until aqua velit cimentarius defungo.
  3. Step 3: Season mung beans until dicta turba dolorem tempus volaticus.
  4. Step 4: Simmer warehou until caute vestrum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/171"
)
recipe = res.json()
{
  "id": 171,
  "userId": 246,
  "title": "creamy Tender American Stew",
  "slug": "creamy-tender-american-stew-171",
  "description": "Ducimus tergiversatio sit. Decens demonstro ante strues aduro angelus.",
  "cuisine": "indian",
  "difficulty": "medium",
  "prepMinutes": 54,
  "cookMinutes": 28,
  "servings": 6,
  "ingredients": [
    "3.25 oz molasses",
    "0.25 g morwong",
    "0.25 oz cranberry",
    "0.25 g turnips",
    "4 cup cavalo"
  ],
  "instructions": [
    "Step 1: Simmer agar until altus ars cotidie vito correptius.",
    "Step 2: Stir flaxseed oil until aqua velit cimentarius defungo.",
    "Step 3: Season mung beans until dicta turba dolorem tempus volaticus.",
    "Step 4: Simmer warehou until caute vestrum."
  ],
  "tags": [
    "healthy",
    "family",
    "high-protein",
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-171/1200/800",
  "createdAt": "2025-10-19T10:01:42.583Z",
  "updatedAt": "2025-10-19T10:01:42.583Z"
}
Draftbit