example-data.com

recipes / #173

delicious Philadelphia Maki

delicious Philadelphia Maki

low-carbveganweeknight
Prep
5 min
Cook
42 min
Serves
4

Cresco tubineus accusator victus nam adfero. Aperio ab delicate thesaurus tenuis voluptas.

Ingredients

  • • 0.75 oz sultanas
  • • 1.25 g pandanus leaves
  • • 3.25 oz blueberries
  • • 1.5 lb spelt bread
  • • 3.25 tsp mahi mahi
  • • 1.75 cup hummus
  • • 2.25 tsp apple juice
  • • 0.25 tbsp horseradish
  • • 0.5 g cranberry
  • • 3.5 tbsp apple juice

Instructions

  1. Step 1: Whisk goat cheese until cum id acquiro addo aeger.
  2. Step 2: Combine provolone until tracto acervus concido texo vilitas.
  3. Step 3: Sauté cottage cheese until perspiciatis amitto vitae.
  4. Step 4: Season camomile until amplitudo cilicium et cohibeo tubineus.
  5. Step 5: Garnish mangosteens until vetus strenuus decumbo.
  6. Step 6: Sauté fish stock until nihil saepe.
  7. Step 7: Combine elderberry until tricesimus bellum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/173"
)
recipe = res.json()
{
  "id": 173,
  "userId": 131,
  "title": "delicious Philadelphia Maki",
  "slug": "delicious-philadelphia-maki-173",
  "description": "Cresco tubineus accusator victus nam adfero. Aperio ab delicate thesaurus tenuis voluptas.",
  "cuisine": "french",
  "difficulty": "hard",
  "prepMinutes": 5,
  "cookMinutes": 42,
  "servings": 4,
  "ingredients": [
    "0.75 oz sultanas",
    "1.25 g pandanus leaves",
    "3.25 oz blueberries",
    "1.5 lb spelt bread",
    "3.25 tsp mahi mahi",
    "1.75 cup hummus",
    "2.25 tsp apple juice",
    "0.25 tbsp horseradish",
    "0.5 g cranberry",
    "3.5 tbsp apple juice"
  ],
  "instructions": [
    "Step 1: Whisk goat cheese until cum id acquiro addo aeger.",
    "Step 2: Combine provolone until tracto acervus concido texo vilitas.",
    "Step 3: Sauté cottage cheese until perspiciatis amitto vitae.",
    "Step 4: Season camomile until amplitudo cilicium et cohibeo tubineus.",
    "Step 5: Garnish mangosteens until vetus strenuus decumbo.",
    "Step 6: Sauté fish stock until nihil saepe.",
    "Step 7: Combine elderberry until tricesimus bellum."
  ],
  "tags": [
    "low-carb",
    "vegan",
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-173/1200/800",
  "createdAt": "2024-10-30T10:37:35.532Z",
  "updatedAt": "2024-10-30T10:37:35.532Z"
}
Draftbit