example-data.com

recipes / #212

salty Orange Zest-crusted Crocodile

salty Orange Zest-crusted Crocodile

familyhigh-proteingluten-freedairy-free
Prep
12 min
Cook
81 min
Serves
6

Vinculum audio conatus bis defendo communis textus vir bibo. Argentum sursum decens tenax conforto terga.

Ingredients

  • • 0.5 g besan
  • • 1.75 g camomile
  • • 0.25 cup watermelon
  • • 1 tsp arrowroot
  • • 1 cup canola oil
  • • 0.75 tsp blood oranges
  • • 0.75 g mung beans
  • • 2.75 g kenchur
  • • 2 lb buckwheat
  • • 0.25 tbsp french eschallots
  • • 2.25 tbsp wheatgrass juice
  • • 1.5 tsp grapes

Instructions

  1. Step 1: Garnish pumpkin until abstergo usitas vivo verumtamen.
  2. Step 2: Stir cranberry until tardus tricesimus.
  3. Step 3: Stir bran until tametsi ambitus aequus.
  4. Step 4: Season buckwheat flour until utilis utrimque tantillus unus.
  5. Step 5: Season mussels until studio arbor crepusculum teneo.
  6. Step 6: Garnish cottage cheese until tergum virtus considero.
  7. Step 7: Garnish milk until delectus velum cupiditate cena.
  8. Step 8: Fold snowpea sprouts until benigne quia.
  9. Step 9: Simmer fennel seeds until arceo ventito.
  10. Step 10: Simmer carrot until tribuo vorax similique ambulo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/212"
)
recipe = res.json()
{
  "id": 212,
  "userId": 134,
  "title": "salty Orange Zest-crusted Crocodile",
  "slug": "salty-orange-zest-crusted-crocodile-212",
  "description": "Vinculum audio conatus bis defendo communis textus vir bibo. Argentum sursum decens tenax conforto terga.",
  "cuisine": "french",
  "difficulty": "easy",
  "prepMinutes": 12,
  "cookMinutes": 81,
  "servings": 6,
  "ingredients": [
    "0.5 g besan",
    "1.75 g camomile",
    "0.25 cup watermelon",
    "1 tsp arrowroot",
    "1 cup canola oil",
    "0.75 tsp blood oranges",
    "0.75 g mung beans",
    "2.75 g kenchur",
    "2 lb buckwheat",
    "0.25 tbsp french eschallots",
    "2.25 tbsp wheatgrass juice",
    "1.5 tsp grapes"
  ],
  "instructions": [
    "Step 1: Garnish pumpkin until abstergo usitas vivo verumtamen.",
    "Step 2: Stir cranberry until tardus tricesimus.",
    "Step 3: Stir bran until tametsi ambitus aequus.",
    "Step 4: Season buckwheat flour until utilis utrimque tantillus unus.",
    "Step 5: Season mussels until studio arbor crepusculum teneo.",
    "Step 6: Garnish cottage cheese until tergum virtus considero.",
    "Step 7: Garnish milk until delectus velum cupiditate cena.",
    "Step 8: Fold snowpea sprouts until benigne quia.",
    "Step 9: Simmer fennel seeds until arceo ventito.",
    "Step 10: Simmer carrot until tribuo vorax similique ambulo."
  ],
  "tags": [
    "family",
    "high-protein",
    "gluten-free",
    "dairy-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-212/1200/800",
  "createdAt": "2025-08-07T01:57:39.598Z",
  "updatedAt": "2025-08-07T01:57:39.598Z"
}
Draftbit