example-data.com

recipes / #43

juicy Arepas

juicy Arepas

high-proteingluten-free
Prep
26 min
Cook
133 min
Serves
3

Saepe subseco aequus trado concedo utrimque a. Volo vicinus tantum arbor inventore coerceo varius anser bibo. Aegrotatio accendo crudelis alveus taceo.

Ingredients

  • • 3 tsp rhubarb
  • • 1.75 oz bok choy
  • • 2 g red cabbage
  • • 1.75 tbsp incaberries
  • • 3.25 g chia seeds
  • • 4 tsp mastic
  • • 3.75 g kiwi fruit
  • • 2.5 cup monkfish
  • • 0.25 cup mulberries
  • • 3.75 lb lime leaves

Instructions

  1. Step 1: Season cucumber until porro utrum vir ventus.
  2. Step 2: Combine starfruit until causa suscipio curtus.
  3. Step 3: Sauté cannellini beans until decor conculco super.
  4. Step 4: Combine fish stock until vespillo annus.
  5. Step 5: Fold banana until adsidue tremo delinquo.
  6. Step 6: Whisk carrot until alter denego ocer ultra.
  7. Step 7: Sauté nutritional yeast until abduco angustus tubineus tristis.
  8. Step 8: Sauté zucchini until cetera debitis bibo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/43"
)
recipe = res.json()
{
  "id": 43,
  "userId": 132,
  "title": "juicy Arepas",
  "slug": "juicy-arepas-43",
  "description": "Saepe subseco aequus trado concedo utrimque a. Volo vicinus tantum arbor inventore coerceo varius anser bibo. Aegrotatio accendo crudelis alveus taceo.",
  "cuisine": "french",
  "difficulty": "easy",
  "prepMinutes": 26,
  "cookMinutes": 133,
  "servings": 3,
  "ingredients": [
    "3 tsp rhubarb",
    "1.75 oz bok choy",
    "2 g red cabbage",
    "1.75 tbsp incaberries",
    "3.25 g chia seeds",
    "4 tsp mastic",
    "3.75 g kiwi fruit",
    "2.5 cup monkfish",
    "0.25 cup mulberries",
    "3.75 lb lime leaves"
  ],
  "instructions": [
    "Step 1: Season cucumber until porro utrum vir ventus.",
    "Step 2: Combine starfruit until causa suscipio curtus.",
    "Step 3: Sauté cannellini beans until decor conculco super.",
    "Step 4: Combine fish stock until vespillo annus.",
    "Step 5: Fold banana until adsidue tremo delinquo.",
    "Step 6: Whisk carrot until alter denego ocer ultra.",
    "Step 7: Sauté nutritional yeast until abduco angustus tubineus tristis.",
    "Step 8: Sauté zucchini until cetera debitis bibo."
  ],
  "tags": [
    "high-protein",
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-43/1200/800",
  "createdAt": "2024-10-17T16:35:59.672Z",
  "updatedAt": "2024-10-17T16:35:59.672Z"
}
Draftbit