example-data.com

recipes / #66

savory Smoky Crocodile With Cornichons

savory Smoky Crocodile With Cornichons

quickspicyhigh-protein
Prep
35 min
Cook
10 min
Serves
6

Aut crepusculum callide deduco porro.

Ingredients

  • • 1.5 tbsp kombu
  • • 0.25 oz star anise
  • • 1.75 g rice paper
  • • 2.75 tbsp papaya
  • • 1.25 lb raspberry
  • • 2 tsp flaxseed
  • • 4 g wholemeal

Instructions

  1. Step 1: Whisk sesame oil until aeger utilis artificiose corporis fugit.
  2. Step 2: Season cayenne until voro solum.
  3. Step 3: Stir jasmine rice until villa sperno cogito.
  4. Step 4: Stir star anise until optio veritas itaque theologus.
  5. Step 5: Garnish green tea noodles until sumo sumptus voluptate.
  6. Step 6: Season barley until patruus administratio infit.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/66"
)
recipe = res.json()
{
  "id": 66,
  "userId": 23,
  "title": "savory Smoky Crocodile With Cornichons",
  "slug": "savory-smoky-crocodile-with-cornichons-66",
  "description": "Aut crepusculum callide deduco porro.",
  "cuisine": "mediterranean",
  "difficulty": "hard",
  "prepMinutes": 35,
  "cookMinutes": 10,
  "servings": 6,
  "ingredients": [
    "1.5 tbsp kombu",
    "0.25 oz star anise",
    "1.75 g rice paper",
    "2.75 tbsp papaya",
    "1.25 lb raspberry",
    "2 tsp flaxseed",
    "4 g wholemeal"
  ],
  "instructions": [
    "Step 1: Whisk sesame oil until aeger utilis artificiose corporis fugit.",
    "Step 2: Season cayenne until voro solum.",
    "Step 3: Stir jasmine rice until villa sperno cogito.",
    "Step 4: Stir star anise until optio veritas itaque theologus.",
    "Step 5: Garnish green tea noodles until sumo sumptus voluptate.",
    "Step 6: Season barley until patruus administratio infit."
  ],
  "tags": [
    "quick",
    "spicy",
    "high-protein"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-66/1200/800",
  "createdAt": "2025-10-25T14:37:12.204Z",
  "updatedAt": "2025-10-25T14:37:12.204Z"
}
Draftbit