example-data.com

recipes / #163

crunchy Poke

crunchy Poke

familyspicydairy-freevegetarian
Prep
35 min
Cook
141 min
Serves
4

Tempus caries desipio cervus denego.

Ingredients

  • • 1.25 oz milk chocolate
  • • 3.5 lb kangaroo
  • • 2.5 oz coconut water
  • • 3 cup parsley
  • • 2.75 tsp purple carrot
  • • 0.5 lb buttermilk
  • • 3.25 g bran
  • • 2 tbsp fish sauce

Instructions

  1. Step 1: Season chickory until volo currus vaco astrum vitae.
  2. Step 2: Sauté mahi mahi until admitto combibo.
  3. Step 3: Garnish endive until vesper voluptatum sui somnus aestas.
  4. Step 4: Simmer gula melaka until sit dedecor avaritia.
  5. Step 5: Season lavender flowers until vulariter surgo despecto.
  6. Step 6: Fold almond oil until deripio demulceo.
  7. Step 7: Fold zucchini until labore convoco vir ascit.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/163"
)
recipe = res.json()
{
  "id": 163,
  "userId": 175,
  "title": "crunchy Poke",
  "slug": "crunchy-poke-163",
  "description": "Tempus caries desipio cervus denego.",
  "cuisine": "american",
  "difficulty": "easy",
  "prepMinutes": 35,
  "cookMinutes": 141,
  "servings": 4,
  "ingredients": [
    "1.25 oz milk chocolate",
    "3.5 lb kangaroo",
    "2.5 oz coconut water",
    "3 cup parsley",
    "2.75 tsp purple carrot",
    "0.5 lb buttermilk",
    "3.25 g bran",
    "2 tbsp fish sauce"
  ],
  "instructions": [
    "Step 1: Season chickory until volo currus vaco astrum vitae.",
    "Step 2: Sauté mahi mahi until admitto combibo.",
    "Step 3: Garnish endive until vesper voluptatum sui somnus aestas.",
    "Step 4: Simmer gula melaka until sit dedecor avaritia.",
    "Step 5: Season lavender flowers until vulariter surgo despecto.",
    "Step 6: Fold almond oil until deripio demulceo.",
    "Step 7: Fold zucchini until labore convoco vir ascit."
  ],
  "tags": [
    "family",
    "spicy",
    "dairy-free",
    "vegetarian"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-163/1200/800",
  "createdAt": "2026-02-07T01:56:53.301Z",
  "updatedAt": "2026-02-07T01:56:53.301Z"
}
Draftbit