example-data.com

recipes / #215

golden Mango-rubbed Goose Salad

golden Mango-rubbed Goose Salad

vegetarianfamily
Prep
43 min
Cook
91 min
Serves
1

Admoveo trepide una videlicet addo sit decretum vivo. Valetudo aggero calculus curiositas voveo. Amitto urbs voveo corrupti ea vacuus temptatio repellat substantia vespillo.

Ingredients

  • • 3 lb edam
  • • 3.75 tbsp star fruit
  • • 2.75 oz chicken stock
  • • 4 cup wholemeal
  • • 2.25 g tea
  • • 0.25 lb brown flour

Instructions

  1. Step 1: Fold fenugreek until tempora verumtamen mollitia adeptio coepi.
  2. Step 2: Garnish macadamia oil until tergeo commodo tabernus.
  3. Step 3: Whisk redfish until amplexus vicinus consectetur.
  4. Step 4: Simmer agar until demitto via virga adhaero viscus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/215"
)
recipe = res.json()
{
  "id": 215,
  "userId": 22,
  "title": "golden Mango-rubbed Goose Salad",
  "slug": "golden-mango-rubbed-goose-salad-215",
  "description": "Admoveo trepide una videlicet addo sit decretum vivo. Valetudo aggero calculus curiositas voveo. Amitto urbs voveo corrupti ea vacuus temptatio repellat substantia vespillo.",
  "cuisine": "french",
  "difficulty": "hard",
  "prepMinutes": 43,
  "cookMinutes": 91,
  "servings": 1,
  "ingredients": [
    "3 lb edam",
    "3.75 tbsp star fruit",
    "2.75 oz chicken stock",
    "4 cup wholemeal",
    "2.25 g tea",
    "0.25 lb brown flour"
  ],
  "instructions": [
    "Step 1: Fold fenugreek until tempora verumtamen mollitia adeptio coepi.",
    "Step 2: Garnish macadamia oil until tergeo commodo tabernus.",
    "Step 3: Whisk redfish until amplexus vicinus consectetur.",
    "Step 4: Simmer agar until demitto via virga adhaero viscus."
  ],
  "tags": [
    "vegetarian",
    "family"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-215/1200/800",
  "createdAt": "2025-06-14T01:20:52.155Z",
  "updatedAt": "2025-06-14T01:20:52.155Z"
}
Draftbit