example-data.com

recipes / #73

smoky Arepas

smoky Arepas

quickvegetariandairy-freevegan
Prep
11 min
Cook
39 min
Serves
6

Ut aufero tandem fuga suggero.

Ingredients

  • • 3.25 cup red lentils
  • • 1.5 tsp corn syrup
  • • 4 g kumera
  • • 1.25 oz allspice
  • • 3.5 tbsp yeast
  • • 2.25 g tamari
  • • 2.25 oz bean sprouts
  • • 1 lb fingerlime
  • • 1.75 tsp greenwheat freekeh

Instructions

  1. Step 1: Garnish fruit until hic contego.
  2. Step 2: Season elderberry until aro deprecator usque denuo ambulo.
  3. Step 3: Season avocado spread until consuasor esse sub.
  4. Step 4: Fold squid until creber uterque depraedor.
  5. Step 5: Stir lemongrass until centum officia maxime pauci distinctio.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/73"
)
recipe = res.json()
{
  "id": 73,
  "userId": 44,
  "title": "smoky Arepas",
  "slug": "smoky-arepas-73",
  "description": "Ut aufero tandem fuga suggero.",
  "cuisine": "vietnamese",
  "difficulty": "hard",
  "prepMinutes": 11,
  "cookMinutes": 39,
  "servings": 6,
  "ingredients": [
    "3.25 cup red lentils",
    "1.5 tsp corn syrup",
    "4 g kumera",
    "1.25 oz allspice",
    "3.5 tbsp yeast",
    "2.25 g tamari",
    "2.25 oz bean sprouts",
    "1 lb fingerlime",
    "1.75 tsp greenwheat freekeh"
  ],
  "instructions": [
    "Step 1: Garnish fruit until hic contego.",
    "Step 2: Season elderberry until aro deprecator usque denuo ambulo.",
    "Step 3: Season avocado spread until consuasor esse sub.",
    "Step 4: Fold squid until creber uterque depraedor.",
    "Step 5: Stir lemongrass until centum officia maxime pauci distinctio."
  ],
  "tags": [
    "quick",
    "vegetarian",
    "dairy-free",
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-73/1200/800",
  "createdAt": "2026-01-08T01:40:37.018Z",
  "updatedAt": "2026-01-08T01:40:37.018Z"
}
Draftbit