example-data.com

recipes / #259

sweet Mango-infused Ostrich Roast

sweet Mango-infused Ostrich Roast

dairy-free
Prep
55 min
Cook
155 min
Serves
4

Distinctio ager delego adiuvo cibus conventus. Certe ater blanditiis vulnero copiose solvo quibusdam delego. Charisma textor confido.

Ingredients

  • • 0.25 g watercress
  • • 2 tbsp buckwheat
  • • 0.25 tsp coffee
  • • 2 cup lemongrass
  • • 4 lb marjoram
  • • 0.25 oz amchur
  • • 3.75 oz eggplant
  • • 2.5 tsp pecorino
  • • 1 tsp juniper berries
  • • 0.5 g bamboo shoots
  • • 2.25 cup trout
  • • 1 tbsp leeks
  • • 3.75 tbsp greenwheat freekeh
  • • 2.25 g shark

Instructions

  1. Step 1: Fold tomatoes until cribro cur umbra.
  2. Step 2: Season fish sauce until spectaculum ustulo theatrum.
  3. Step 3: Season gula melaka until unus patria.
  4. Step 4: Season morwong until ciminatio utilis vigilo.
  5. Step 5: Season raspberry until validus solium.
  6. Step 6: Whisk chicken stock until sollers terra utor.
  7. Step 7: Season cake until aegrus canis sit.
  8. Step 8: Whisk mahlab until voro maxime socius voluptas contego.
  9. Step 9: Fold endive until defessus sono altus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/259"
)
recipe = res.json()
{
  "id": 259,
  "userId": 33,
  "title": "sweet Mango-infused Ostrich Roast",
  "slug": "sweet-mango-infused-ostrich-roast-259",
  "description": "Distinctio ager delego adiuvo cibus conventus. Certe ater blanditiis vulnero copiose solvo quibusdam delego. Charisma textor confido.",
  "cuisine": "thai",
  "difficulty": "medium",
  "prepMinutes": 55,
  "cookMinutes": 155,
  "servings": 4,
  "ingredients": [
    "0.25 g watercress",
    "2 tbsp buckwheat",
    "0.25 tsp coffee",
    "2 cup lemongrass",
    "4 lb marjoram",
    "0.25 oz amchur",
    "3.75 oz eggplant",
    "2.5 tsp pecorino",
    "1 tsp juniper berries",
    "0.5 g bamboo shoots",
    "2.25 cup trout",
    "1 tbsp leeks",
    "3.75 tbsp greenwheat freekeh",
    "2.25 g shark"
  ],
  "instructions": [
    "Step 1: Fold tomatoes until cribro cur umbra.",
    "Step 2: Season fish sauce until spectaculum ustulo theatrum.",
    "Step 3: Season gula melaka until unus patria.",
    "Step 4: Season morwong until ciminatio utilis vigilo.",
    "Step 5: Season raspberry until validus solium.",
    "Step 6: Whisk chicken stock until sollers terra utor.",
    "Step 7: Season cake until aegrus canis sit.",
    "Step 8: Whisk mahlab until voro maxime socius voluptas contego.",
    "Step 9: Fold endive until defessus sono altus."
  ],
  "tags": [
    "dairy-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-259/1200/800",
  "createdAt": "2026-02-18T22:50:23.686Z",
  "updatedAt": "2026-02-18T22:50:23.686Z"
}
Draftbit