example-data.com

recipes / #110

savory Alice's Special Grapefruit

savory Alice's Special Grapefruit

dairy-freehealthyvegan
Prep
24 min
Cook
54 min
Serves
6

Bestia ulterius damnatio ulterius. Thesaurus compono aggredior capto amo cruentus pectus. Unus tametsi taedium repellat id.

Ingredients

  • • 1 lb macadamia nut
  • • 0.75 cup turmeric
  • • 3.75 tbsp honey
  • • 4 cup sea salt
  • • 2.75 g baking soda
  • • 1.75 lb flathead
  • • 3.75 cup black eyed beans
  • • 1 oz parmesan cheese
  • • 1.5 g loquats
  • • 2.5 tsp oregano
  • • 1 tsp albacore tuna
  • • 3 tbsp rice syrup
  • • 3.75 tbsp agave syrup
  • • 1.25 lb snapper

Instructions

  1. Step 1: Garnish cardamom until nisi thermae arcus thorax.
  2. Step 2: Sauté oranges until ambitus spiritus.
  3. Step 3: Fold white wine vinegar until claro somnus.
  4. Step 4: Combine bonza until demonstro aufero templum ascisco.
  5. Step 5: Combine red wine vinegar until coma verto arbitro desino.
  6. Step 6: Combine lentils until venio amitto agnitio amaritudo admoneo.
  7. Step 7: Season camembert until demoror articulus tamen cetera neque.
  8. Step 8: Garnish file powder until aveho cruciamentum sequi.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/110"
)
recipe = res.json()
{
  "id": 110,
  "userId": 164,
  "title": "savory Alice's Special Grapefruit",
  "slug": "savory-alice-s-special-grapefruit-110",
  "description": "Bestia ulterius damnatio ulterius. Thesaurus compono aggredior capto amo cruentus pectus. Unus tametsi taedium repellat id.",
  "cuisine": "japanese",
  "difficulty": "easy",
  "prepMinutes": 24,
  "cookMinutes": 54,
  "servings": 6,
  "ingredients": [
    "1 lb macadamia nut",
    "0.75 cup turmeric",
    "3.75 tbsp honey",
    "4 cup sea salt",
    "2.75 g baking soda",
    "1.75 lb flathead",
    "3.75 cup black eyed beans",
    "1 oz parmesan cheese",
    "1.5 g loquats",
    "2.5 tsp oregano",
    "1 tsp albacore tuna",
    "3 tbsp rice syrup",
    "3.75 tbsp agave syrup",
    "1.25 lb snapper"
  ],
  "instructions": [
    "Step 1: Garnish cardamom until nisi thermae arcus thorax.",
    "Step 2: Sauté oranges until ambitus spiritus.",
    "Step 3: Fold white wine vinegar until claro somnus.",
    "Step 4: Combine bonza until demonstro aufero templum ascisco.",
    "Step 5: Combine red wine vinegar until coma verto arbitro desino.",
    "Step 6: Combine lentils until venio amitto agnitio amaritudo admoneo.",
    "Step 7: Season camembert until demoror articulus tamen cetera neque.",
    "Step 8: Garnish file powder until aveho cruciamentum sequi."
  ],
  "tags": [
    "dairy-free",
    "healthy",
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-110/1200/800",
  "createdAt": "2025-05-18T15:53:23.839Z",
  "updatedAt": "2025-05-18T15:53:23.839Z"
}
Draftbit