example-data.com

recipes / #201

sweet Ethelyn's Special Mahi Mahi

sweet Ethelyn's Special Mahi Mahi

spicycomfortquickgluten-free
Prep
9 min
Cook
105 min
Serves
5

Studio creta ubi terror adulatio possimus spes. Crux ocer ocer tepidus aer adstringo.

Ingredients

  • • 2.5 g sesame seeds
  • • 1.5 tsp potato flour
  • • 2.75 tsp fennel
  • • 2.25 oz apples
  • • 2 cup kangaroo
  • • 2.25 cup pear
  • • 4 g snowpeas
  • • 0.5 oz coconut
  • • 2 tsp thyme

Instructions

  1. Step 1: Stir kale until vulpes alius stips.
  2. Step 2: Season prunes until auditor agnosco atrocitas toties consequatur.
  3. Step 3: Fold lamb until inflammatio tamdiu aptus dolorum.
  4. Step 4: Sauté english spinach until crudelis cauda ascisco cogito aggero.
  5. Step 5: Simmer mustard until clementia abeo aspernatur.
  6. Step 6: Simmer bamboo shoots until cogito vesper socius veritatis.
  7. Step 7: Sauté tea oil until inflammatio amita caste.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/201"
)
recipe = res.json()
{
  "id": 201,
  "userId": 53,
  "title": "sweet Ethelyn's Special Mahi Mahi",
  "slug": "sweet-ethelyn-s-special-mahi-mahi-201",
  "description": "Studio creta ubi terror adulatio possimus spes. Crux ocer ocer tepidus aer adstringo.",
  "cuisine": "indian",
  "difficulty": "hard",
  "prepMinutes": 9,
  "cookMinutes": 105,
  "servings": 5,
  "ingredients": [
    "2.5 g sesame seeds",
    "1.5 tsp potato flour",
    "2.75 tsp fennel",
    "2.25 oz apples",
    "2 cup kangaroo",
    "2.25 cup pear",
    "4 g snowpeas",
    "0.5 oz coconut",
    "2 tsp thyme"
  ],
  "instructions": [
    "Step 1: Stir kale until vulpes alius stips.",
    "Step 2: Season prunes until auditor agnosco atrocitas toties consequatur.",
    "Step 3: Fold lamb until inflammatio tamdiu aptus dolorum.",
    "Step 4: Sauté english spinach until crudelis cauda ascisco cogito aggero.",
    "Step 5: Simmer mustard until clementia abeo aspernatur.",
    "Step 6: Simmer bamboo shoots until cogito vesper socius veritatis.",
    "Step 7: Sauté tea oil until inflammatio amita caste."
  ],
  "tags": [
    "spicy",
    "comfort",
    "quick",
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-201/1200/800",
  "createdAt": "2025-05-12T19:03:17.583Z",
  "updatedAt": "2025-05-12T19:03:17.583Z"
}
Draftbit