example-data.com

recipes / #140

fresh French Fries With Sausages

fresh French Fries With Sausages

low-carbhealthygluten-free
Prep
14 min
Cook
171 min
Serves
4

Bibo ex contra. Ater aeternus venio atrocitas vapulus depereo acervus surculus. Alii adulescens eos.

Ingredients

  • • 3.5 g radish
  • • 1.75 tbsp wasabi
  • • 1.5 g nashi pear
  • • 3.5 tbsp feta
  • • 0.25 oz butternut lettuce
  • • 2.25 g limes
  • • 1 cup black eyed beans
  • • 3.25 lb ricemilk
  • • 3.5 cup chilli pepper
  • • 2.75 g yeast
  • • 0.5 lb loquats
  • • 1.25 oz wheatgrass juice
  • • 2.75 tbsp bush tomato
  • • 3 tsp dragonfruit

Instructions

  1. Step 1: Stir cardamom until eligendi decerno carpo ratione.
  2. Step 2: Whisk arugula until amiculum cetera voluptatem.
  3. Step 3: Whisk pandanus leaves until absum versus adipisci angustus.
  4. Step 4: Combine longan until decens absorbeo solio vita talis.
  5. Step 5: Stir taleggio cheese until talio veritatis acsi.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/140"
)
recipe = res.json()
{
  "id": 140,
  "userId": 122,
  "title": "fresh French Fries With Sausages",
  "slug": "fresh-french-fries-with-sausages-140",
  "description": "Bibo ex contra. Ater aeternus venio atrocitas vapulus depereo acervus surculus. Alii adulescens eos.",
  "cuisine": "american",
  "difficulty": "medium",
  "prepMinutes": 14,
  "cookMinutes": 171,
  "servings": 4,
  "ingredients": [
    "3.5 g radish",
    "1.75 tbsp wasabi",
    "1.5 g nashi pear",
    "3.5 tbsp feta",
    "0.25 oz butternut lettuce",
    "2.25 g limes",
    "1 cup black eyed beans",
    "3.25 lb ricemilk",
    "3.5 cup chilli pepper",
    "2.75 g yeast",
    "0.5 lb loquats",
    "1.25 oz wheatgrass juice",
    "2.75 tbsp bush tomato",
    "3 tsp dragonfruit"
  ],
  "instructions": [
    "Step 1: Stir cardamom until eligendi decerno carpo ratione.",
    "Step 2: Whisk arugula until amiculum cetera voluptatem.",
    "Step 3: Whisk pandanus leaves until absum versus adipisci angustus.",
    "Step 4: Combine longan until decens absorbeo solio vita talis.",
    "Step 5: Stir taleggio cheese until talio veritatis acsi."
  ],
  "tags": [
    "low-carb",
    "healthy",
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-140/1200/800",
  "createdAt": "2025-03-23T11:24:43.816Z",
  "updatedAt": "2025-03-23T11:24:43.816Z"
}
Draftbit